Mercurial > p > roundup > code
diff templates/classic/html/style.css @ 1824:24819ee5dfbc
First steps towards HTML4.01 Strict validation.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Oct 2003 16:00:45 +0000 |
| parents | 5fed70f96d2b |
| children | fad32dafc174 |
line wrap: on
line diff
--- a/templates/classic/html/style.css Tue Sep 30 23:57:02 2003 +0000 +++ b/templates/classic/html/style.css Thu Oct 02 16:00:45 2003 +0000 @@ -2,6 +2,7 @@ body.body { font-family: sans-serif, Arial, Helvetica; color: #333333; + margin: 0px 0px 0px 0px; } a[href]:hover { color:blue; text-decoration: underline; } a[href]:link { color:blue; text-decoration: none; } @@ -26,6 +27,7 @@ td.sidebar { padding: 1 0 0 1; + white-space: nowrap; } td.sidebar form { margin: 0 0 0 0;
