diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 22:56:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 22:56:39 +0100 |
commit | 13100bcb1d196c90b96bf1532f988fc0ba3fd782 (patch) | |
tree | 5a2d83ed8b97bfbe222777a8ed8cfb3c7b657958 /userContent/static | |
parent | c814efbf988a0da667ebc90c5f1b2325c7014cfe (diff) | |
download | jenkins.debian.net-13100bcb1d196c90b96bf1532f988fc0ba3fd782.tar.xz |
reproducible: include suite stats in overview
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 31c0191e..3d4dde82 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -26,13 +26,11 @@ img { height: auto; } -/* - * - * img.graph { - * width: 100%; - * } - * - */ +img.overview { + vertical-align: middle; + max-width: 40%; + height: auto; +} .beta { color:#555555; |