From 4c061d66d12c3079b13731200225ef6e059a482d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 17 Aug 2013 21:11:37 +0200 Subject: [PATCH] web: Make the body selector of the two css files consistent. --- web/gitweb.css | 7 ++----- web/para.css | 13 ++++++------- 2 files changed, 8 insertions(+), 12 deletions(-) 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; -- 2.39.2