Librarian 1.8
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 12 Feb 2020 15:11:25 +0000 (16:11 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 12 Feb 2020 15:11:25 +0000 (16:11 +0100)
requirements/requirements.txt
src/wolnelektury/static/css/new.book.css

index c45527f..19f3612 100644 (file)
@@ -50,7 +50,7 @@ mutagen>=1.31
 sorl-thumbnail==12.5.0
 
 # home-brewed & dependencies
-librarian==1.7.8
+librarian==1.8
 
 # celery tasks
 celery[redis]==4.3.0
index 38df87c..a1d45c8 100644 (file)
@@ -76,19 +76,23 @@ h2 {
     line-height: 1.5em;
 }
 
-h3 {
+h3, .subtitle2 {
     font-size: 1.5em;
     margin: 1.5em 0 0;
     font-weight: normal;
     line-height: 1.5em;
 }
 
-h4 {
+h4, .subtitle3 {
     font-size: 1em;
     margin: 1.5em 0 0;
     line-height: 1.5em;
 }
 
+.subtitle4 {
+    font-weight: bold;
+}
+
 p {
     margin: 0;
 }