max width for images in html view
authorJan Szejko <jan.szejko@gmail.com>
Tue, 12 Apr 2016 11:35:09 +0000 (13:35 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Tue, 12 Apr 2016 11:35:09 +0000 (13:35 +0200)
(this time for real)

src/wolnelektury/static/css/new.book.css

index a5f4c06..ae77c65 100644 (file)
@@ -10,6 +10,11 @@ a {
     text-decoration: none;
 }
 
+img {
+    max-width: 36em;
+    margin-top: 1em;
+}
+
 /* ================================== */
 /* = Header with logo and menu      = */
 /* ================================== */