supp quick print reset on base
This commit is contained in:
parent
fd3e153cd9
commit
0bc8b1d8f2
2 changed files with 0 additions and 44 deletions
|
@ -541,27 +541,6 @@ img.end {
|
|||
.pll {
|
||||
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 */
|
||||
.knacss-debug {
|
||||
background: pink;
|
||||
|
|
|
@ -350,29 +350,6 @@ img.start, img.end {
|
|||
.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 */
|
||||
.knacss-debug {
|
||||
background: pink;
|
||||
|
|
Loading…
Reference in a new issue