Fix font-optimizer for Perl 5.18.
[librarian.git] / scripts / master.css
old mode 100755 (executable)
new mode 100644 (file)
index 264dc07..a222548
@@ -1,7 +1,7 @@
 /*
  *  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;
@@ -175,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;