From 94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Thu, 16 Oct 2014 22:42:13 +0200 Subject: default: graph images should be 100% width --- userContent/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'userContent/static') diff --git a/userContent/static/style.css b/userContent/static/style.css index c0422315..34891182 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -26,6 +26,10 @@ img { height: auto; } +img.graph { + width: 100%; +} + .beta { color:#555555; font-size:0.8em; -- cgit v1.2.3-54-g00ecf