diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-25 16:13:02 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-25 16:13:02 +0200 |
commit | 291808e4aa0e2ead7ba063c0baa54c13a01eb60d (patch) | |
tree | e902a17725df52c9588f02ab43e572fc6f5f9c54 | |
parent | f298b96b345b4dff2fabf5dc789ae44a99deb444 (diff) | |
download | trivium-291808e4aa0e2ead7ba063c0baa54c13a01eb60d.tar.gz trivium-291808e4aa0e2ead7ba063c0baa54c13a01eb60d.tar.xz trivium-291808e4aa0e2ead7ba063c0baa54c13a01eb60d.zip |
Simplify h3 style
-rw-r--r-- | data/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index f136564..97a6fee 100644 --- a/data/style.css +++ b/data/style.css @@ -76,10 +76,14 @@ h3 + p { display: inline; } -.entry-content > p + h3 { +.entry-content > h3 { margin-left: 1em; } +.entry-content > h3:first-child { + margin-left: 0; +} + address { text-align: right; margin: 3em 0; |