Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1565:1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 10:55:45 +0000 |
| parents | 3e65577ad6d7 |
| children | caae7d8934dc |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed Mar 26 10:47:09 2003 +0000 +++ b/roundup/templates/classic/html/style.css Wed Mar 26 10:55:45 2003 +0000 @@ -7,6 +7,10 @@ a[href]:link { color:blue; text-decoration: none; } a[href] { color:blue; text-decoration: none; } +a.classhelp:hover { font-weight: bold; } +a.classhelp:link { font-weight: bold; } +a.classhelp { font-weight: bold; } + table.body { border: 0; padding: 0;
