X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d714d53a90d2b2d7c0142e050f2dff77c20d6c7c..6dde47a534420987b2c0e8075b10d2d569ff572f:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index 3876138c5..bbce7b54b 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -1,5 +1,5 @@ body { - margin: 2em; + margin: 0 2em 2em 2em; font: 70% Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; background: #FFF url(/media/img/bg.png) repeat-x; @@ -61,6 +61,7 @@ em { /* ================================== */ #header { position: relative; + margin-top: 1.5em; } #header #logo { @@ -391,6 +392,19 @@ em { #top-message { background-color: #2F4110; color: #FFF; - margin:-2em -2em 2em; - padding:0.25em 2em 0.5em; + margin: 0 -2em; + padding: 0 2em; + line-height: 2em; +} + +/* ================= */ +/* = Fragment list = */ +/* ================= */ +.fragment { + margin-bottom: 1.5em; +} + +.fragment-text { + max-height: 12em; + overflow: hidden; }