Fixed invalid CSS
This commit is contained in:
parent
870ae5cab4
commit
3730494b42
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ a.showlink {
|
||||||
color:#474747;
|
color:#474747;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -72,7 +71,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.nocolor, table.nocolor tr, table.nocolor td {
|
table.nocolor, table.nocolor tr, table.nocolor td {
|
||||||
background-color: ;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#tasktable td, table#tasktable th {
|
table#tasktable td, table#tasktable th {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue