improves blockquote and pre tags readability (padding/margin/size)
diff --git a/static/css/style.less b/static/css/style.less
index a807094..3dd800e 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -100,28 +100,29 @@
 
       code {
         margin: 2px;
-        padding: 2px;
+        padding: 0;
         color: @black;
-        font-size: 0.875em;
+        font-size: 0.75em;
         font-family: @mono;
         background: @light-grey;
       }
 
       pre {
-        margin: 2px;
+        margin: 22px 2px 22px 2px;
         padding: 2px;
         color: @black;
         border-left: 3px solid @accent;
-        font-size: 0.875em;
+        font-size: 0.75em;
         font-family: @mono;
         background: @light-grey;
-        line-height: 1.25em;
+        line-height: 1.125em;
       }
 
       blockquote {
-        margin: 2px;
+        margin: 22px 2px 22px 2px;
         padding-left: 40px;
         color: @med-grey;
+        font-style: italic;
       }
     }