fixing some css-bugs which fill the firefox javascript console

This commit is contained in:
Ralf Becker 2006-08-19 07:09:30 +00:00
parent 7a167bcb6b
commit d00d7a0b1a

View File

@ -1,6 +1,6 @@
/* $Id$ */
.headertext { color: black; font-size: 120%; }
.lpadding5 { padding-left: 5px; };
.lpadding5 { padding-left: 5px; }
.redItalic { color: red; font-style: italic; }
.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
.low,.low_done { color:#606060; }