From: richard Date: Wed, 22 May 2002 01:27:30 +0000 (+0000) Subject: oops... and section-bar X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=975322e9fe2601f6a2d3600992f0797a43ea30ab;p=roundup.git oops... and section-bar git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@748 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index c4bf768..021d8fb 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -65,6 +65,12 @@ th { border: none; } +.section-bar { + background-color: #707070; + color: #ffffff; + border: 1px solid #404040; +} + .row-normal { background-color: #ffffff; border: none; diff --git a/roundup/templates/extended/html/style.css b/roundup/templates/extended/html/style.css index dbaaf4a..dcaa8a0 100644 --- a/roundup/templates/extended/html/style.css +++ b/roundup/templates/extended/html/style.css @@ -43,6 +43,12 @@ th { border: none; } +.section-bar { + background-color: #707070; + color: #ffffff; + border: 1px solid #404040; +} + .row-normal { background-color: #ffffff; border: none;