From: Jan Szejko Date: Tue, 12 Apr 2016 11:35:09 +0000 (+0200) Subject: max width for images in html view X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/46b8dca20c77629901ed4fc3d398436180649c71?ds=sidebyside max width for images in html view (this time for real) --- diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index a5f4c0676..ae77c6528 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -10,6 +10,11 @@ a { text-decoration: none; } +img { + max-width: 36em; + margin-top: 1em; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */