]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Make the body selector of the two css files consistent.
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Aug 2013 19:11:37 +0000 (21:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:53 +0000 (19:47 +0200)
web/gitweb.css
web/para.css

index 4cac0b91985218bfcbff074de8e4b92a6cee2d4b..4da4304520afa5176ff90af288df3e2e301e1c3c 100644 (file)
@@ -1,11 +1,8 @@
 body {
        font-family: sans-serif;
-       border-width: 1px;
-       margin: 0px;
-       padding: 10px;
        background-color: black;
-       color: #cccccc;
-       height: 100%;
+       color: #bbbbbb;
+       margin: 0px;
 }
 
 a {
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;