Browse code

Separated citation style from the general blockquote style. The general blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.

B Strand authored on 12/10/2011 at 20:28:58
Showing 1 changed files
... ...
@@ -96,13 +96,17 @@ small { font-size: .8em; }
96 96
 
97 97
 big { font-size: 1.2em; }
98 98
 
99
-blockquote {
99
+blockquote { 
100 100
   $bq-margin: 1.2em;
101
+  padding-left: 1em;  
102
+}
103
+
104
+blockquote.citation {
105
+
101 106
   font-style: italic;
102 107
   position: relative;
103 108
   font-size: 1.2em;
104
-  line-height: 1.5em;
105
-  padding-left: 1em;
109
+  line-height: 1.5em; 
106 110
   border-left: 4px solid rgba($text-color-light, .5);
107 111
   cite {
108 112
     font-style: italic;