X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/e77f8f3f1f9fbba675be2d619fe853db65afd360..f097b79baff0a021c4204124271181a610ec4068:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index ea26986..e8284a9 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -1,7 +1,6 @@ -.avatar { +.entry-wrapped img.avatar { float: left; - margin-left: -8em; - margin-top: 0em; } + margin: 0 0 0 -8em; } .entry-short { border-bottom: 1px solid #8b8b87; } @@ -34,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; @@ -60,6 +63,8 @@ .entry-wrapped .more .read-more:after { content: url("/static/img/read-more.png"); margin-left: .7em; } + .entry-wrapped img { + margin: 1em; } .entry-info .entry-wrapped, .entry-publications .entry-wrapped { @@ -67,10 +72,17 @@ .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-picture { +.entry-wrapped img.entry-picture { float: left; - margin-right: 1.5em; } + margin: 0 1.5em 1em 0; } + +.entry-wrapped .lead ul { + overflow: hidden; + padding-left: 16px; } .submit-link { margin-top: 1em; @@ -99,3 +111,9 @@ font-weight: bold; } .comments .body { font-size: 1.3em; } + +table.borders { + border-collapse: collapse; } + table.borders td { + border: 1px solid #777; + padding: .3em; }