Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1074:954ad22eb7d9
more doc, more cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 09 Sep 2002 01:59:43 +0000 |
| parents | cc5a22e769b1 |
| children | 344bad728d10 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Mon Sep 09 00:45:06 2002 +0000 +++ b/roundup/templates/classic/html/style.css Mon Sep 09 01:59:43 2002 +0000 @@ -58,35 +58,36 @@ /* style for forms */ table.form { + padding: 2; border-spacing: 0px; border-collapse: separate; } -.form th { +table.form th { font-weight: bold; color: #333388; text-align: right; vertical-align: top; } -.form-header th { +table.form th.header { font-weight: bold; color: #333388; background-color: #eeeeff; text-align: left; } -.form td.optional { +table.form td.optional { font-weight: bold; font-style: italic; color: #333333; } -.form td { +table.form td { color: #333333; } -.form td.html { +table.form td.html { color: #777777; } @@ -219,6 +220,7 @@ table.history td { font-size: 90%; + vertical-align: top; } /* style for "other" displays */
