From 88a24663b0f9a7ef10be145520e5c6d887bc5c52 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Thu, 16 Oct 2014 22:38:11 +0200 Subject: from 841px width on, show images only half size --- userContent/static/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'userContent/static') diff --git a/userContent/static/style.css b/userContent/static/style.css index e51b5333..c0422315 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -22,6 +22,8 @@ pre { img { vertical-align: middle; + max-width: 100%; + height: auto; } .beta { @@ -252,9 +254,9 @@ span.dangerous { color: orange; } } } -#@media all and (min-width: 641px) { -# header { -# background: url(/userContent/static/logo.png) right 5px no-repeat; -# min-height: 30px; -# } -#} +@media all and (min-width: 841px) { + img.graph { + width: 50%; + height: auto; + } +} -- cgit v1.2.3-54-g00ecf