X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/29c4250261af349428aa2a7d56ed60bc4e9b9f2d..11099f8a5d8ffd220d1ee94eaadff8ff5be826e3:/wolnelektury/media/css/master.css diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 6aa74c609..ad53536ac 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -37,9 +37,9 @@ h2 { } h3 { - font-size: 1.3em; + font-size: 1em; font-weight: bold; - margin: 0.2em 0 0 0; + margin: 0.2em 0 -1em 0; color: #333; } @@ -308,13 +308,19 @@ div.shown-tags p { #description .meta { margin: 0.5em; - width: 12em; + width: 18em; list-style: none; float: right; } #description dt { font-weight: bold; + display: inline; +} + +#description dd { + margin: 0; + display: inline; } #toggle-description, #tagged-object-list .pagination { @@ -584,3 +590,6 @@ div.shown-tags p { margin-top: 1em; } +.see-more { + text-align: right; +}