X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/db91f942ce46e3af1420f3469a83257ef5aca4c2..28532fa3b437bb36b9d5c582851d3cdcf8d772ab:/src/librarian/epub/style.css?ds=sidebyside

diff --git a/src/librarian/epub/style.css b/src/librarian/epub/style.css
index a740f85..8325c12 100644
--- a/src/librarian/epub/style.css
+++ b/src/librarian/epub/style.css
@@ -51,6 +51,11 @@ a img {
     margin: 0;
 }
 
+
+nav#id li {
+    list-style: none;
+}
+
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
@@ -397,3 +402,14 @@ th, td {
 	font-size: 1.3em;
 	line-height: 1.4em;
 }
+
+.rownolegly-blok {
+    border-left: 2px solid red;
+    padding-left: .5em;
+}
+.rownolegly-blok.first {
+    border-radius: 0 0 0 .75em;
+}
+.rownolegly-blok.last {
+    border-radius: .75em 0 0 0;
+}