supp quick print reset on base

This commit is contained in:
Raphael Goetter 2014-04-20 20:52:12 +02:00
parent fd3e153cd9
commit 0bc8b1d8f2
2 changed files with 0 additions and 44 deletions

View File

@ -541,27 +541,6 @@ img.end {
.pll { .pll {
padding-left: 4em; padding-left: 4em;
} }
/* ----------------------------- */
/* == 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;
}
}
/* debug helper */ /* debug helper */
.knacss-debug { .knacss-debug {
background: pink; background: pink;

View File

@ -350,29 +350,6 @@ img.start, img.end {
.pl3, .pll { padding-left: @large-value; } .pl3, .pll { padding-left: @large-value; }
} }
/* ----------------------------- */
/* == 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;
}
}
/* debug helper */ /* debug helper */
.knacss-debug { .knacss-debug {
background: pink; background: pink;