allow marking long cites
[wolnelektury.git] / wolnelektury / static / css / cite.css
index c86ea65..c06777f 100755 (executable)
@@ -21,6 +21,11 @@ a.cite {
 }
 
 
+/* a long cite displays smaller */ 
+.cite-small .cite-body {
+       font-size: 1.4em;
+}
+
 
 
 #big-cite {
@@ -46,6 +51,10 @@ a.cite {
     line-height: 1.2em;
     color: #191919;
 }
+/* a long cite displays smaller */ 
+#big-cite .cite-small .cite-body {
+       font-size: 2em;
+}
 
 
 #big-cite .source {