Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1044:51abcc2b2b71
nicer style for class list
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Sep 2002 05:22:37 +0000 |
| parents | 2a71acd81308 |
| children | cc5a22e769b1 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed Sep 04 04:47:40 2002 +0000 +++ b/roundup/templates/classic/html/style.css Wed Sep 04 05:22:37 2002 +0000 @@ -216,3 +216,24 @@ 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; +} +
