]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Unify css rules for tables.
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Aug 2013 19:30:43 +0000 (21:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:53 +0000 (19:47 +0200)
web/para.css

index abd68ffcb146263341b5bfd68e77bf9631387922..e14bd7d488a9bd65492d98fa1e7b722ce05e3a12 100644 (file)
@@ -8,6 +8,15 @@ body {
        margin: 0px;
 }
 
+table {
+       padding: 8px 4px;
+}
+
+td {
+       padding: 2px 5px;
+       font-size: 100%;
+       vertical-align: top;
+}
 caption { font-weight: bold }
 
 /* doxgen */