]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/para.css
web: Make the body selector of the two css files consistent.
[paraslash.git] / web / para.css
index bc9e5b083109d1cfa25370bc6d10cb14045fb32d..abd68ffcb146263341b5bfd68e77bf9631387922 100644 (file)
@@ -2,6 +2,12 @@ body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
        font-family: sans-serif;
 }
 
+body {
+       background-color: black;
+       color: #bbbbbb;
+       margin: 0px;
+}
+
 caption { font-weight: bold }
 
 /* doxgen */
@@ -110,13 +116,6 @@ div.groupText {
        font-size: 90%
 }
 
-body {
-       background: black;
-       color: #bbbbbb;
-       margin-right: 20px;
-       margin-left: 20px;
-}
-
 /* File list */
 td.indexkey {
        background-color: #000055;