wider html book view
[redakcja.git] / redakcja / static / css / book.css
index 89edfdf..05d2999 100644 (file)
@@ -12,7 +12,20 @@ a {
 
 #book-text {
     margin: 3em;
-    max-width: 36em;
+    max-width: 48em;
+}
+
+table {
+    border-collapse: collapse;
+    width: 100%;
+}
+
+table.border, table.border td, table.border th {
+    border: 1px solid black;
+}
+
+td, th {
+    vertical-align: top;
 }
 
 /* ================================== */
@@ -24,7 +37,7 @@ a {
 
 img {
     border: none;
-    max-width: 36em;
+    max-width: 48em;
     margin-top: 1em;
 }