X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4dc96918a2e2df441c282a7abbb89235ecb4f2f7..5666068eebddee003f4d0e8e7ffeb1bb98f40d00:/wolnelektury/static/css/master.book.css

diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css
index e3b5d8db8..5f7c80ee9 100644
--- a/wolnelektury/static/css/master.book.css
+++ b/wolnelektury/static/css/master.book.css
@@ -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 = */