summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-09 21:12:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-09 21:12:03 +0100
commitfdbd3d1207325797bb2c160e9d8972f322fd051d (patch)
tree331a587e091f9cf23a92240619dab33a0b14e72b /userContent
parent3bf99c6f5662736b58fea9c4d7e2f49784acb4e8 (diff)
downloadjenkins.debian.net-fdbd3d1207325797bb2c160e9d8972f322fd051d.tar.xz
reproducible: add two new table stats to main view
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 12a8c1e2..9afec7ce 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -151,6 +151,12 @@ table.body {
margin: 0.75em 0.25em 0em 0em;
}
+table.main {
+ margin: 0.75em 0.25em 0.25em 0.75em;
+ float: left;
+ display: inline-block;
+}
+
tr:nth-child(odd) {
background-color: #fafafa;
}