X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9c31d87a67dca4861c1e609001a6807eba9b6967..6dde47a534420987b2c0e8075b10d2d569ff572f:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index 4450eb131..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,4 +392,19 @@ em { #top-message { background-color: #2F4110; color: #FFF; -} \ No newline at end of file + margin: 0 -2em; + padding: 0 2em; + line-height: 2em; +} + +/* ================= */ +/* = Fragment list = */ +/* ================= */ +.fragment { + margin-bottom: 1.5em; +} + +.fragment-text { + max-height: 12em; + overflow: hidden; +}