Merge branch 'pretty' into commerce
[librarian.git] / librarian / epub / style.css
index 622c8da..a4c61c8 100644 (file)
@@ -46,7 +46,8 @@ a img {
 
 #book-text
 {
-       margin: 2em;
+       /*margin: 2em;*/
+    margin: 5px;
        /*margin-right: 9em;*/
 }
 
@@ -370,3 +371,12 @@ p.minor {
 p.footer {
     margin-top: 2em;
 }
+
+.ilustr {
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
+.ilustr img {
+    max-width: 100%;
+}