From: Andre Noll Date: Sat, 17 Aug 2013 19:11:37 +0000 (+0200) Subject: web: Make the body selector of the two css files consistent. X-Git-Tag: v0.5.0~1^2~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4c061d66d12c3079b13731200225ef6e059a482d;hp=f9fadcd03753d16722df98b993df6218cd519357;ds=inline web: Make the body selector of the two css files consistent. --- diff --git a/web/gitweb.css b/web/gitweb.css index 4cac0b91..4da43045 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -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 { diff --git a/web/para.css b/web/para.css index bc9e5b08..abd68ffc 100644 --- a/web/para.css +++ b/web/para.css @@ -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;