X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b6f95eff8a5fa136edb60905284c5fd54f509fac..fe74eeefc385fbce6cb6c63a53a208da74ea3e45:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index e30fbda01..a87ae3839 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -49,10 +49,10 @@ h2 { } h3 { - font-size: 1em; + font-size: 1.15em; font-weight: bold; - margin: 0.2em 0 -1em 0; - color: #333; + margin: 2em 0 .5em 0; + color: #2F4110; } em { @@ -60,6 +60,13 @@ em { background-color: #F5DC7D; } +hr { + border: 0; + border-top: 1px solid #2F4110; + margin: 2em 0; + height: 0; +} + .clearboth { clear: both; } @@ -537,7 +544,6 @@ div.shown-tags p, div.all-tags p { /* =============== */ #description { margin-top: 0.5em; - text-align: justify; overflow: hidden; } #description-short { @@ -1018,13 +1024,11 @@ div.shown-tags p, div.all-tags p { .column-left { width: 37em; float: left; - text-align: justify; margin-top: 1em; } .column-right { margin-left: 40em; - text-align: justify; margin-top: 1em; }