summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-10-16 22:42:13 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-16 23:19:04 +0200
commit94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4 (patch)
tree587c06d258d69f7ac89fb996b3531a89acd4bd5e /userContent
parent88a24663b0f9a7ef10be145520e5c6d887bc5c52 (diff)
downloadjenkins.debian.net-94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4.tar.xz
default: graph images should be 100% width
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css4
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;