diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/static/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 3325edaf..3f83a3a6 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -116,7 +116,6 @@ h3 { } table { - width: 100%; border: 1px solid #ddd; border-radius: 0.5em; border-collapse: collapse; @@ -124,6 +123,14 @@ table { padding: 0 } +table.head { + width: 100%; +} + +table.body { + margin: 0.75em 0.25em 0em 0em; +} + tr:nth-child(odd) { background-color: #fafafa; } |