diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-17 12:54:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-17 12:54:44 +0200 |
commit | 890412ce5c0c1d2224c269567508bf9a82145da2 (patch) | |
tree | b6ae2495cd142c8598815c5a827946da0cc4e75f /userContent | |
parent | 828ef37e33fe6fb614a44573d512846b6aa2c9c7 (diff) | |
download | jenkins.debian.net-890412ce5c0c1d2224c269567508bf9a82145da2.tar.xz |
reproducible: fine tune CSS
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 7c354be4..8e502124 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -261,7 +261,7 @@ span.dangerous { color: orange; } @media all and (min-width: 841px) { img.graph { - width: 50%; + width: 70%; height: auto; } } |