summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-10-02 13:11:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-10-02 13:11:23 +0200
commita6eb4e89db7d73086ba27fa3751220bc0d07fd3b (patch)
tree2cb431bce9fe125ea666e7960131cefa1aa161d5
parentdf47d5b68c7f6ca7f1da38c321a1316fe83c647c (diff)
downloadtrivium-a6eb4e89db7d73086ba27fa3751220bc0d07fd3b.tar.gz
trivium-a6eb4e89db7d73086ba27fa3751220bc0d07fd3b.tar.xz
trivium-a6eb4e89db7d73086ba27fa3751220bc0d07fd3b.zip
4px global additive leading
-rw-r--r--data/style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/data/style.css b/data/style.css
index ef1e6db..13a7580 100644
--- a/data/style.css
+++ b/data/style.css
@@ -57,7 +57,7 @@ h2 abbr {
 }
 
 p {
-  margin: 0;
+  margin: 4px 0;
   padding: 0;
 }
 
@@ -118,16 +118,12 @@ blockquote .source {
   font-size: 11px;
 }
 
-blockquote p {
-  margin: 8px 0;
-}
-
 img {
   border: none;
 }
 
 pre {
-  margin: 8px 0 8px 1em;
+  margin: 4px 0 4px 1em;
   font-size: 11px;
 }