diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-21 00:41:46 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-21 00:41:46 +0200 |
commit | c74e32740099007414c42b2039b1d46523a679f5 (patch) | |
tree | b74c442440b6a5f6af03e9a3636811190da6ed46 | |
parent | 0e7957329c967b9eae071dc920e89da30b6f7b97 (diff) | |
download | trivium-c74e32740099007414c42b2039b1d46523a679f5.tar.gz trivium-c74e32740099007414c42b2039b1d46523a679f5.tar.xz trivium-c74e32740099007414c42b2039b1d46523a679f5.zip |
Layout tweaks
-rw-r--r-- | data/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index 296ba6a..51cccf1 100644 --- a/data/style.css +++ b/data/style.css @@ -69,6 +69,7 @@ p { } .entry-content p:first-child, +.entry-content .quick:first-child, h3 + p { display: inline; } @@ -84,7 +85,7 @@ address { } -.quick p:first-child { +p + .quick p:first-child { margin-left: 1em; } |