display empty verses
[wolnelektury.git] / wolnelektury / static / css / master.book.css
index aac5d58..5f7c80e 100644 (file)
@@ -80,7 +80,7 @@ img {
 }
 
 
-#toc, #themes {
+#toc, #themes, #nota_red {
     position: fixed;
     left: 0em;
     top: 1.5em;
@@ -347,6 +347,10 @@ em.person {
     font-variant: small-caps;
 }
 
+.verse:after {
+    content: "\feff";
+}
+
 
 /* =================================== */
 /* = Hide some elements for printing = */