summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-09-21 00:41:46 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-09-21 00:41:46 +0200
commitc74e32740099007414c42b2039b1d46523a679f5 (patch)
treeb74c442440b6a5f6af03e9a3636811190da6ed46
parent0e7957329c967b9eae071dc920e89da30b6f7b97 (diff)
downloadtrivium-c74e32740099007414c42b2039b1d46523a679f5.tar.gz
trivium-c74e32740099007414c42b2039b1d46523a679f5.tar.xz
trivium-c74e32740099007414c42b2039b1d46523a679f5.zip
Layout tweaks
-rw-r--r--data/style.css3
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;
 }