X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/db44e1e509986909f100e7d1d03f2967d54cbc3d..5120532d42f2130dd250ec7089d28d9d0fa2b09c:/prawokultury/static/css/entry.scss?ds=sidebyside diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 77c2935..e6b5056 100755 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -25,6 +25,10 @@ } } + h2.section { + margin: 2em 0; + } + .entry-data { font-size: 1.2em; margin-top: 1.4em; @@ -104,4 +108,29 @@ vertical-align: top; margin-right: 1em; } -} \ No newline at end of file +} + + +.comments { + margin-left: 8em; + + .comment-form { + border-top: 1px solid #494948; + } + + .comment-data { + font-size: 1.2em; + margin-top: 1.4em; + margin-bottom: 1.4em; + .comment-date { + color: #acacac; + } + .comment-author { + font-weight: bold; + } + } + + .body { + font-size: 1.2em; + } +}