From cf359eb1008ae8bc22c7a8bd67e6862718e1351f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Oct 2014 22:38:57 +0200 Subject: reproducible: use two css classes for tables --- userContent/static/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'userContent') 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; } -- cgit v1.2.3-54-g00ecf