/*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */ @import "h5bp"; @import "compass/typography"; @include h5bp-normalize; @include h5bp-media; body { @media print { font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif; font-size: 10pt; line-height: 11pt; } } a { @include hover-link; } .topbar { @media print { display: none !important; } @include inline-list; } @media print { a[href^="http://www.openstreetmap.org/"]:after, a[href^="https://www.openstreetmap.org/"]:after { content: ""; } }