Thema
[librarian.git] / src / librarian / epub / style.css
index a740f85..8325c12 100644 (file)
@@ -51,6 +51,11 @@ a img {
     margin: 0;
 }
 
     margin: 0;
 }
 
+
+nav#id li {
+    list-style: none;
+}
+
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
 /* =================================================== */
 /* = Common elements: headings, paragraphs and lines = */
 /* =================================================== */
@@ -397,3 +402,14 @@ th, td {
        font-size: 1.3em;
        line-height: 1.4em;
 }
        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;
+}