From: martin f. krafft Date: Tue, 12 Oct 2010 17:51:07 +0000 (+0200) Subject: issue page formatting commands for all media X-Git-Url: https://git.madduck.net/cv.git/commitdiff_plain/f4339af55ffbe036a2ca7bf5deb1d30c4febaa45 issue page formatting commands for all media --- diff --git a/cv.css b/cv.css index c9b535d..9a109fb 100644 --- a/cv.css +++ b/cv.css @@ -208,23 +208,23 @@ dd div.line-block div.line:first-child { .footer { display: none; } +} - div.section { - page-break-before: auto; - page-break-inside: "" !important; - page-break-after: auto; - } +div.section { + page-break-before: auto; + page-break-inside: "" !important; + page-break-after: auto; +} - h2 { - page-break-before: auto; - page-break-after: "" !important; - } +h2 { + page-break-before: auto; + page-break-after: "" !important; +} - dl { - page-break-before: "" !important; - page-break-inside: "" !important; - page-break-after: auto; - } +dl { + page-break-before: "" !important; + page-break-inside: "" !important; + page-break-after: auto; } @page { @@ -267,7 +267,3 @@ dd div.line-block div.line:first-child { * html body .document { margin-top: 5em; } - -* html body #education { - margin-top: -2.4em !important; -}