summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--data/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index eb995ea..ef1e6db 100644
--- a/data/style.css
+++ b/data/style.css
@@ -83,6 +83,7 @@ h3 + p {
   margin-left: 0;
 }
 
+
 address {
   text-align: right;
   margin: 3em 0;
@@ -106,7 +107,7 @@ p + .quick p:first-child {
 
 blockquote {
   font-style: italic;
-  margin-left: 1em;
+  margin: 8px 0 8px 1em;
 }
 
 blockquote .source {
@@ -117,12 +118,16 @@ blockquote .source {
   font-size: 11px;
 }
 
+blockquote p {
+  margin: 8px 0;
+}
+
 img {
   border: none;
 }
 
 pre {
-  margin-left: 1em;
+  margin: 8px 0 8px 1em;
   font-size: 11px;
 }