X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/96a96c16513a98378e2f75ead26a22c358795182..642e83337054cbef44f9ee3335dcf7f50224dd9e:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index b08d99bcc..1f19669b8 100755 --- a/wolnelektury/static/css/catalogue.css +++ b/wolnelektury/static/css/catalogue.css @@ -71,4 +71,53 @@ } .catalogue-catalogue ul { -moz-column-width: 30em; -} \ No newline at end of file +} + + +#description { + margin-bottom: 2em; +} +#description dl { + margin-top: 0; +} +#description dt { + display: inline; + font-weight: bold; + margin: 0; +} +#description dd { + display: inline; + margin: 0; +} +#description .meta { + list-style: none; + padding: 0; + margin: 0; +} +#description .meta li { + text-align:right; + color: #666; + font-size: .9em; +} + +.inline-header { + display: inline-block; + vertical-align: top; + width: 7em; +} +.inline-body { + width: 35em; + display: inline-block; + vertical-align: top; + margin-bottom: .5em; +} +.inline-body ul { + a-moz-column-width: 11em; + list-style: none; + padding: 0; + margin: 0; +} +.inline-body li { + display: inline; + margin-right: 1em; +}