From 0bc8b1d8f226153de59661b34530d644fefbb1e1 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sun, 20 Apr 2014 20:52:12 +0200 Subject: [PATCH] supp quick print reset on base --- css/01-base.css | 21 --------------------- less/01-base.less | 23 ----------------------- 2 files changed, 44 deletions(-) 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;