From 9cf9b2a60b9a30c23fb08c28886a496cfd032ea9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Oct 2014 17:01:50 +0200 Subject: reproducible: improve CSS --- userContent/static/style.css | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/userContent/static/style.css b/userContent/static/style.css index 8e502124..1c836fd7 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -27,9 +27,13 @@ img { height: auto; } -img.graph { - width: 100%; -} +/* + * + * img.graph { + * width: 100%; + * } + * + */ .beta { color:#555555; @@ -259,9 +263,11 @@ span.dangerous { color: orange; } } } -@media all and (min-width: 841px) { - img.graph { - width: 70%; - height: auto; - } -} +/* + * @media all and (min-width: 841px) { + * img.graph { + * width: 70%; + * height: auto; + * } + * } + */ -- cgit v1.2.3-54-g00ecf