New EPUB builder, other minor changes.
[librarian.git] / src / librarian / epub / style.css
index 82ad4b9..a740f85 100644 (file)
@@ -387,4 +387,13 @@ table.border th, table.border td {
 
 th, td {
     vertical-align: top;
-}
\ No newline at end of file
+}
+
+.fundraising {
+       margin: 2em 1em 0;
+       border: 2px solid black;
+       padding: 2em 2em;
+       text-align: center;
+       font-size: 1.3em;
+       line-height: 1.4em;
+}