From 975322e9fe2601f6a2d3600992f0797a43ea30ab Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 22 May 2002 01:27:30 +0000 Subject: [PATCH] oops... and section-bar git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@748 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/html/style.css | 6 ++++++ roundup/templates/extended/html/style.css | 6 ++++++ 2 files changed, 12 insertions(+) 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; -- 2.30.2