diff --git a/css/01-base.css b/css/01-base.css index bb2666a..c370574 100644 --- a/css/01-base.css +++ b/css/01-base.css @@ -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; diff --git a/less/01-base.less b/less/01-base.less index 60a58e6..2605d1d 100644 --- a/less/01-base.less +++ b/less/01-base.less @@ -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;