summaryrefslogtreecommitdiffstats
path: root/userContent/static
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-10-16 22:38:11 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-16 23:19:04 +0200
commit88a24663b0f9a7ef10be145520e5c6d887bc5c52 (patch)
tree9c86f83dbb5b7a0f478f7322ab031b49f80ad2e0 /userContent/static
parent9c8b9232ceaf1e1eeb662b339d97aac969484655 (diff)
downloadjenkins.debian.net-88a24663b0f9a7ef10be145520e5c6d887bc5c52.tar.xz
from 841px width on, show images only half size
Diffstat (limited to 'userContent/static')
-rw-r--r--userContent/static/style.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index e51b5333..c0422315 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -22,6 +22,8 @@ pre {
img {
vertical-align: middle;
+ max-width: 100%;
+ height: auto;
}
.beta {
@@ -252,9 +254,9 @@ span.dangerous { color: orange; }
}
}
-#@media all and (min-width: 641px) {
-# header {
-# background: url(/userContent/static/logo.png) right 5px no-repeat;
-# min-height: 30px;
-# }
-#}
+@media all and (min-width: 841px) {
+ img.graph {
+ width: 50%;
+ height: auto;
+ }
+}