Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1120:c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
See the keyword.item template for an example of how it can be used.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Sep 2002 23:54:26 +0000 |
| parents | 344bad728d10 |
| children | 36ec30d286ea |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed Sep 11 21:39:17 2002 +0000 +++ b/roundup/templates/classic/html/style.css Wed Sep 11 23:54:26 2002 +0000 @@ -240,27 +240,6 @@ empty-cells: show; } -/* style for "other" displays */ -table.otherinfo { - border-spacing: 0px; - border-collapse: separate; - width: 100%; -} - -table.otherinfo th.header{ - padding-top: 10px; - border-bottom: 1px solid gray; - font-weight: bold; - background-color: white; - color: #707040; -} - -table.otherinfo th { - border-bottom: 1px solid #afafaf; - font-weight: bold; - text-align: left; -} - /* style for class list */ table.classlist { @@ -305,3 +284,23 @@ } +/* style for "other" displays */ +table.otherinfo { + border-spacing: 0px; + border-collapse: separate; + width: 100%; +} + +table.otherinfo th.header{ + padding-top: 10px; + border-bottom: 1px solid gray; + font-weight: bold; + background-color: white; + color: #707040; +} + +table.otherinfo th { + border-bottom: 1px solid #afafaf; + font-weight: bold; + text-align: left; +}
