From 46b8dca20c77629901ed4fc3d398436180649c71 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 12 Apr 2016 13:35:09 +0200 Subject: [PATCH] max width for images in html view (this time for real) --- src/wolnelektury/static/css/new.book.css | 5 +++++ 1 file changed, 5 insertions(+) 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 = */ /* ================================== */ -- 2.20.1