diff options
-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; |