X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec..5e983f642ea537225bf3a20e97fca281c8fdc915:/wolnelektury/static/css/master.css?ds=sidebyside diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index 48fa38789..0da323672 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -56,8 +56,6 @@ h3 { } em { - font-style: normal; - background-color: #F5DC7D; } hr { @@ -544,7 +542,6 @@ div.shown-tags p, div.all-tags p { /* =============== */ #description { margin-top: 0.5em; - text-align: justify; overflow: hidden; } #description-short { @@ -1025,13 +1022,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; } @@ -1173,3 +1168,10 @@ div.shown-tags p, div.all-tags p { #presentation-frame { border: 0px none white; } + + +/* dictionary */ + +.dictionary-note-source { + margin-top: -1em; +}