diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-19 17:01:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-19 17:01:50 +0200 |
commit | 9cf9b2a60b9a30c23fb08c28886a496cfd032ea9 (patch) | |
tree | 93aa19fa7b3d6b61370a96f32948ad8892b86ae2 | |
parent | 79f632f04e09098393d8a267429c4685f054cca5 (diff) | |
download | jenkins.debian.net-9cf9b2a60b9a30c23fb08c28886a496cfd032ea9.tar.xz |
reproducible: improve CSS
-rw-r--r-- | userContent/static/style.css | 24 |
1 files 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; + * } + * } + */ |