top align in tables
[librarian.git] / librarian / epub / style.css
index d217cce..e01ca62 100644 (file)
@@ -330,6 +330,12 @@ em.author-emphasis
     letter-spacing: 0.1em;
 }
 
+em.wieksze-odstepy
+{
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .person-list em.person
 {
     font-style: normal;
@@ -365,7 +371,12 @@ p.footer {
 
 table {
     border-collapse: collapse;
+    width: 100%;
 }
-td {
+table.border th, table.border td {
     border: 1px solid black;
 }
+
+th, td {
+    vertical-align: top;
+}
\ No newline at end of file