summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-19 17:01:50 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-19 17:01:50 +0200
commit9cf9b2a60b9a30c23fb08c28886a496cfd032ea9 (patch)
tree93aa19fa7b3d6b61370a96f32948ad8892b86ae2
parent79f632f04e09098393d8a267429c4685f054cca5 (diff)
downloadjenkins.debian.net-9cf9b2a60b9a30c23fb08c28886a496cfd032ea9.tar.xz
reproducible: improve CSS
-rw-r--r--userContent/static/style.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 8e502124..1c836fd7 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -27,9 +27,13 @@ img {
height: auto;
}
-img.graph {
- width: 100%;
-}
+/*
+ *
+ * img.graph {
+ * width: 100%;
+ * }
+ *
+ */
.beta {
color:#555555;
@@ -259,9 +263,11 @@ span.dangerous { color: orange; }
}
}
-@media all and (min-width: 841px) {
- img.graph {
- width: 70%;
- height: auto;
- }
-}
+/*
+ * @media all and (min-width: 841px) {
+ * img.graph {
+ * width: 70%;
+ * height: auto;
+ * }
+ * }
+ */