diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-12-18 20:21:18 +0000 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-12-18 20:21:18 +0000 |
commit | dbed7d40a63cc109969fdce76f42279831c10a41 (patch) | |
tree | f061b4ee03cca9d5719b14ddbe40fc44d1a22f5b /static-files/style | |
parent | 32553bf7b1fc8c4af4e256705c95a3f66ca5f719 (diff) |
Add Flattr button.
Diffstat (limited to 'static-files/style')
-rw-r--r-- | static-files/style/journal.css | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/static-files/style/journal.css b/static-files/style/journal.css index 0bbf778..673268d 100644 --- a/static-files/style/journal.css +++ b/static-files/style/journal.css @@ -48,6 +48,11 @@ html { text-align: center; } +#main-button-bar { + text-align: right; + align: right; +} + #main-title-box { } @@ -89,9 +94,22 @@ html { text-align: justify; } +/* .article-body p { text-indent: 1em; } +*/ + +.article-body p { + margin-bottom: 0.2em; +} +.article-body p + p { + text-indent: 1.5em; + margin-top: 0; +} +.article-body { + margin-bottom: 1em; +} .article-body pre { overflow: auto; @@ -115,26 +133,26 @@ img.article-portrait { clear: both; } -.journal-comments h2 { +.comments h2 { width: 80%; } -.journal-comment { +.comment { margin-top: 1em; border: 1px solid #aaa; padding: 0.5em 0.5em 0.5em 0.5em; } -.journal-comment-header { +.comment-header { margin-bottom: 1em; } -.journal-comment-body { +.comment-body { text-align: justify; text-indent: 1em; } -.journal-comment-body blockquote { +.comment-body blockquote { font-style: oblique; } |