X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/85e0235b718898b6411ed2eb5d387a2a9d62156b..09bc7e2233fec9509879df474235cc0492982eb3:/base.css diff --git a/base.css b/base.css index cfaa433..95ba44c 100644 --- a/base.css +++ b/base.css @@ -29,6 +29,20 @@ h2 { margin-bottom: -4ex; } +/* footer */ + +hr { + clear: both; + visibility: hidden; + height: 2ex; + margin: 0; +} + +p.footer { + margin: 0; + text-align: center; +} + /* "keyboard" (list of keys) */ ul { @@ -134,20 +148,6 @@ ul.keys li.vim7 { -moz-border-radius: 0; } -/* footer */ - -hr { - clear: both; - visibility: hidden; - height: 2ex; - margin: 0; -} - -p.footer { - margin: 0; - text-align: center; -} - /* l/r help columns */ .help { @@ -211,7 +211,10 @@ ul.legend-set li { /* printing hints */ -@page {size: landscape} +@page { + size: landscape; + margin: 0; +} @media print { ul.legend-set {display: none}