diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-12 15:14:54 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-12 15:14:54 +0200 |
commit | c29b803f91e8af1e42c7f8a5bb86b33add4b7dfb (patch) | |
tree | 67bf137ef4639a30691dc5853e97f756d1d0a8cb | |
parent | ac435aac3a5a25f34d2d787bb653f42921cae565 (diff) | |
download | trivium-c29b803f91e8af1e42c7f8a5bb86b33add4b7dfb.tar.gz trivium-c29b803f91e8af1e42c7f8a5bb86b33add4b7dfb.tar.xz trivium-c29b803f91e8af1e42c7f8a5bb86b33add4b7dfb.zip |
Serious style tweaks
-rw-r--r-- | data/style.css | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/data/style.css b/data/style.css index d77dd42..3de9499 100644 --- a/data/style.css +++ b/data/style.css @@ -61,11 +61,11 @@ h2 abbr { .hentry { - margin-top: 12px; + margin-top: 20px; } -p { - margin: 4px 0; +p, .quick { + margin: 8px 0 0 0; padding: 0; } @@ -73,11 +73,6 @@ p { display: inline; } -.entry-content > p, -.quick { - text-indent: 1em; -} - .entry-content p:first-child, .entry-content .quick:first-child, h3 + p { @@ -92,6 +87,11 @@ h3 + p { margin-left: 0; } +.entry-content > p:first-child + .quick, +.entry-content > p:first-child + p { + margin-top: 8px; +} + address { text-align: right; @@ -100,16 +100,6 @@ address { } -.quick p { - display: inline; -} - -.quick p + p:before { - content: "\2215"; - padding: 0 0.75em 0 0.5em; -} - - blockquote { font-style: italic; margin: 8px 0 8px 1em; |