X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0f8837242d2fc8e1477590f7a8d54225e1e8b9e1..d9b69c087c841fd647906f9e21f837035be58dcf:/prawokultury/static/css/entry.css diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index 1182c52..d7512be 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -61,18 +61,25 @@ .entry-wrapped .more .read-more:after { content: url("/static/img/read-more.png"); margin-left: .7em; } + .entry-wrapped .gallery h2 { + margin-top: 2em; } .entry-wrapped .gallery-item { float: left; width: 300px; - text-align: center; - margin-top: 2em; } + text-align: center; } .entry-wrapped .gallery-image { - height: 250px; + height: 300px; width: 300px; display: table-cell; vertical-align: middle; } .entry-wrapped .gallery-image img { margin: 0; } + .entry-wrapped table { + border-collapse: collapse; + margin-bottom: 2em; } + .entry-wrapped table td, .entry-wrapped table th { + border: 1px #bbb solid; + padding: 0.4em; } .entry-info .entry-wrapped, .entry-publications .entry-wrapped { @@ -113,3 +120,5 @@ font-weight: bold; } .comments .body { font-size: 1.3em; } + +/*# sourceMappingURL=entry.css.map */