Skip to content

Commit

Permalink
Merge pull request #460 from masterbee/printstyle
Browse files Browse the repository at this point in the history
PRINT: Redo of print stylesheets
  • Loading branch information
masterbee committed Dec 13, 2013
2 parents 7179f86 + a33e5ec commit a0ce359
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/sass/_print.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@media print {
//For Firefox
main.container {
* {
display: block;
}
}
.features, .shr, .fdbck *, .followus, .wb-sec, .wb-menu, .glyphicon, .tofpg {
display: none !important;
}
}
2 changes: 2 additions & 0 deletions src/sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,5 @@ footer a {
font-weight: 800;
}
}

@import "print";

0 comments on commit a0ce359

Please sign in to comment.