Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1274:c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Oct 2002 06:47:57 +0000 |
| parents | 8dd4f736370b |
| children | 4d4f26834092 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Sat Oct 12 23:10:44 2002 +0000 +++ b/roundup/templates/classic/html/style.css Mon Oct 14 06:47:57 2002 +0000 @@ -82,21 +82,19 @@ text-align: left; } +table.form td { + color: #333333; + empty-cells: show; + vertical-align: top; +} + table.form td.optional { font-weight: bold; font-style: italic; - color: #333333; - empty-cells: show; -} - -table.form td { - color: #333333; - empty-cells: show; } table.form td.html { color: #777777; - empty-cells: show; } /* style for lists */
