diff options
author | Ulrike Uhlig <u@451f.org> | 2014-10-16 22:42:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 23:19:04 +0200 |
commit | 94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4 (patch) | |
tree | 587c06d258d69f7ac89fb996b3531a89acd4bd5e /userContent | |
parent | 88a24663b0f9a7ef10be145520e5c6d887bc5c52 (diff) | |
download | jenkins.debian.net-94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4.tar.xz |
default: graph images should be 100% width
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |