docs: Fix print styles

closes #665
This commit is contained in:
Kathy Walrath 2016-01-06 10:45:40 -08:00 committed by Ward Bell
parent 7ed0fce10d
commit 1fc7df82b5
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
.hero::after { .hero::after {
content: "Developer Preview Only - some details may change"; content: "Developer Preview Only - some details may change";
} }
/* /*
* Print Styles * Print Styles
* *
@ -19,7 +20,9 @@
// HIDE FOR PRINT // HIDE FOR PRINT
.main-nav, .main-nav,
.main-footer, .main-footer,
.cta-bar, .cta-bar {
display:none;
}
// ZERO OUT MARGIN & PADDING // ZERO OUT MARGIN & PADDING
.l-offset-nav, .l-offset-nav,