X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3625dc6aa64c9850208347197aa3671acd2f95e..b74fa4eb15c62d11fe0fa2b1015571c90681dd86:/src/wolnelektury/static/css/new.book.css

diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css
index bd7fc6354..db78b533f 100644
--- a/src/wolnelektury/static/css/new.book.css
+++ b/src/wolnelektury/static/css/new.book.css
@@ -227,6 +227,13 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     font-style: italic;
 }
 
+div.frame {
+    border: 1px darkgray solid;
+    padding: 1em;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
 hr.spacer {
     height: 3em;
     visibility: hidden;
@@ -280,8 +287,9 @@ table {
     width: 100%;
 }
 
-table.border, table.border td, table.border th {
+table.border td, table.border th {
     border: 1px solid black;
+    vertical-align: top;
 }