display empty verses
[wolnelektury.git] / wolnelektury / static / css / master.book.css
index e3b5d8d..5f7c80e 100644 (file)
@@ -76,10 +76,11 @@ img {
     color: #888;
     font-style: italic;
     font-size: .75em;
+    margin-right: 0.5em;
 }
 
 
-#toc, #themes {
+#toc, #themes, #nota_red {
     position: fixed;
     left: 0em;
     top: 1.5em;
@@ -346,6 +347,10 @@ em.person {
     font-variant: small-caps;
 }
 
+.verse:after {
+    content: "\feff";
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */