Librarian in regular requirements.
[redakcja.git] / redakcja / static / css / book.css
index 15f3570..f685e41 100644 (file)
@@ -12,7 +12,7 @@ a {
 
 #book-text {
     margin: 3em;
-    max-width: 36em;
+    max-width: 48em;
 }
 
 table {
@@ -37,7 +37,7 @@ td, th {
 
 img {
     border: none;
-    max-width: 36em;
+    max-width: 48em;
     margin-top: 1em;
 }
 
@@ -368,6 +368,11 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     font-style: italic;
 }
 
+div.frame {
+    border: 1px darkgray solid;
+    padding-bottom: 1.5em;
+}
+
 hr.spacer {
     height: 3em;
     visibility: hidden;