KNACSS/sass/_print.scss

18 lines
288 B
SCSS
Raw Normal View History

2013-04-02 12:36:18 +02:00
/* ----------------------------- */
/* ==Print */
/* ----------------------------- */
/* Quick print reset */
@media print {
p, blockquote {
orphans: 2;
widows: 2;
}
blockquote, ul, ol {
page-break-inside: avoid;
}
h1, h2, h3, caption {
page-break-after: avoid;
}
}