From 28e3bef232223a8902a07ee31c56ee779da09ba3 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 4 Sep 2002 05:22:37 +0000 Subject: [PATCH] nicer style for class list git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1063 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/html/home.classlist | 8 +++---- roundup/templates/classic/html/style.css | 21 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/roundup/templates/classic/html/home.classlist b/roundup/templates/classic/html/home.classlist index f79ce54..2eb1304 100644 --- a/roundup/templates/classic/html/home.classlist +++ b/roundup/templates/classic/html/home.classlist @@ -1,14 +1,14 @@ - +
- - + - + diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index 1191bbb..0859796 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -216,3 +216,24 @@ table.otherinfo th { text-align: left; } + +/* style for class list */ +table.classlist { + border-spacing: 0px; + border-collapse: separate; + width: 100%; +} + +table.classlist th.header{ + padding-top: 10px; + border-bottom: 1px solid gray; + font-weight: bold; + background-color: white; + color: #707040; +} + +table.classlist th { + font-weight: bold; + text-align: left; +} + -- 2.30.2
+
classname
namename type