diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-27 12:30:48 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-27 12:30:48 +0100 |
commit | 669d7794af0a2a304bcad7a982054ace2b7c368f (patch) | |
tree | 80ff9eb6073a6059a6f64b72cffc39c66c478e16 | |
parent | 4f47904330895a765e9bef0c0b82a7e5eca5821c (diff) |
Hide navigation in print.
-rw-r--r-- | style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/*! style.css | @License: GPL-3+ | http://couchdesign.dk/ */ +/*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */ @import "h5bp"; @import "compass/typography"; @@ -7,5 +7,8 @@ @include h5bp-media; .topbar { + @media print { + display: none !important; + } @include inline-list; } |