Fix font-optimizer for Perl 5.18.
[librarian.git] / scripts / master.css
index 98e142b..a222548 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ *  This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+ *  Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+ *
+ */
 body {
     font-size: 16px;
     font: Georgia, "Times New Roman", serif;
@@ -170,6 +175,10 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     font-style: italic;
 }
 
+div.frame {
+    border: 1px darkgray solid;
+}
+
 hr.spacer {
     height: 3em;
     visibility: hidden;