diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-09 21:12:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-09 21:12:03 +0100 |
commit | fdbd3d1207325797bb2c160e9d8972f322fd051d (patch) | |
tree | 331a587e091f9cf23a92240619dab33a0b14e72b /userContent/static | |
parent | 3bf99c6f5662736b58fea9c4d7e2f49784acb4e8 (diff) | |
download | jenkins.debian.net-fdbd3d1207325797bb2c160e9d8972f322fd051d.tar.xz |
reproducible: add two new table stats to main view
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 6 |
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; } |