]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/para.css
web: Unify css rules for tables.
[paraslash.git] / web / para.css
index bc9e5b083109d1cfa25370bc6d10cb14045fb32d..e14bd7d488a9bd65492d98fa1e7b722ce05e3a12 100644 (file)
@@ -2,6 +2,21 @@ body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
        font-family: sans-serif;
 }
 
        font-family: sans-serif;
 }
 
+body {
+       background-color: black;
+       color: #bbbbbb;
+       margin: 0px;
+}
+
+table {
+       padding: 8px 4px;
+}
+
+td {
+       padding: 2px 5px;
+       font-size: 100%;
+       vertical-align: top;
+}
 caption { font-weight: bold }
 
 /* doxgen */
 caption { font-weight: bold }
 
 /* doxgen */
@@ -110,13 +125,6 @@ div.groupText {
        font-size: 90%
 }
 
        font-size: 90%
 }
 
-body {
-       background: black;
-       color: #bbbbbb;
-       margin-right: 20px;
-       margin-left: 20px;
-}
-
 /* File list */
 td.indexkey {
        background-color: #000055;
 /* File list */
 td.indexkey {
        background-color: #000055;