Made annotation links smaller.
[wolnelektury.git] / lib / librarian / bin / master.css
index f07e41c..53209b2 100644 (file)
@@ -64,7 +64,7 @@ p {
 .annotation {
     font-style: normal;
     font-weight: normal;
-    font-size: 16px;
+    font-size: 12px;
 }
 
 #footnotes .annotation {
@@ -143,7 +143,7 @@ div.fragment {
     padding-bottom: 1.5em;
 }
 
-div.note p, div.note p.paragraph {
+div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     text-align: right;
     font-style: italic;
 }
@@ -152,3 +152,12 @@ hr.spacer {
     height: 3em;
     visibility: hidden;
 }
+
+div.person-list ol {
+    list-style: none;
+    padding: 0 0 0 1.5em;
+}
+
+p.place-and-time {
+    font-style: italic;
+}