From fdbd3d1207325797bb2c160e9d8972f322fd051d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Mar 2015 21:12:03 +0100 Subject: reproducible: add two new table stats to main view --- userContent/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'userContent') 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; } -- cgit v1.2.3-54-g00ecf