summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.scss b/local.scss
index 391d5ae..560f2b6 100644
--- a/local.scss
+++ b/local.scss
@@ -1,4 +1,5 @@
@import "partials/base";
+@import "h5bp/helpers"
@import "blueprint";
@include blueprint-typography;
@@ -107,6 +108,9 @@ div.topbar {
text-align: center;
font-weight: bold;
width: 100%;
+ @media print {
+ @include hidden;
+ }
}
div.topbar ul {
@@ -135,6 +139,9 @@ form#searchform {
margin: 0;
position: absolute;
top: 5px;
+ @media print {
+ @include hidden;
+ }
}
div#pagebody {
@@ -156,6 +163,9 @@ div.sidebar {
margin-right: 2%;
width: 17%;
padding: 0 0 0 1%;
+ @media print {
+ @include hidden;
+ }
a {
color: $accent;
&:hover {