X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/386957d4f29d34d557a62065575a40c83d7d3ede..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/wolnelektury/static/css/catalogue.css?ds=sidebyside diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index b08d99bcc..a31d4c769 100755 --- a/wolnelektury/static/css/catalogue.css +++ b/wolnelektury/static/css/catalogue.css @@ -71,4 +71,49 @@ } .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 { + -moz-column-width: 11em; + list-style: none; + padding: 0; + margin: 0; +}