summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-27 23:21:09 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-27 23:21:31 +0100
commit846cba12ef103394319c3238087b338287f830dc (patch)
tree488184602df15590beeb66fcecbef8f793e948fe /www
parent8fbdd8382332b16f150719f3070c838c1a7a1539 (diff)
www: clean up table style
Diffstat (limited to 'www')
-rw-r--r--www/main.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/main.css b/www/main.css
index 4dd348da..932e220c 100644
--- a/www/main.css
+++ b/www/main.css
@@ -207,4 +207,24 @@ span.image a.image img {
background-color: #30691B;
}
+.tableblock {
+ background-color: white;
+}
+
+thead th, p.table {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+}
+
+table, table td {
+ border: none;
+}
+table thead th {
+ border: none;
+ border-bottom: 1px solid #bcbcbc;
+}
+
+