summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
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;
}