X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/4df6b2c6b149e9c0055cd0ab98a6568facefea84..7f108d550f1cfaa3bd8422a038e5f0f7ce28c988:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index 79fff9f..e8284a9 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -33,6 +33,10 @@ font-size: 1.3em; } .entry-wrapped .body { font-size: 1.3em; } + .entry-wrapped .lead h2, + .entry-wrapped .body h2 { + font-size: 1em; + font-weight: normal; } .entry-wrapped blockquote { position: relative; left: 1em; @@ -68,11 +72,18 @@ .entry-info .entry-wrapped h1, .entry-publications .entry-wrapped h1 { font-size: 2em; } + .entry-info .entry-wrapped img.entry-picture, + .entry-publications .entry-wrapped img.entry-picture { + margin-top: 1.5em; } .entry-wrapped img.entry-picture { float: left; margin: 0 1.5em 1em 0; } +.entry-wrapped .lead ul { + overflow: hidden; + padding-left: 16px; } + .submit-link { margin-top: 1em; padding-bottom: 1em;