Fix CSS error. Bug 281652, patch by Anne van Kesteren

<bug@annevankesteren.nl>, r+sr=bzbarsky
This commit is contained in:
bzbarsky%mit.edu 2005-02-18 16:48:11 +00:00
parent b6010fd27f
commit c7a523c260
2 changed files with 2 additions and 2 deletions

View File

@ -71,5 +71,5 @@ textbox.header {
}
textbox[disabled] {
text-syle: italic;
font-syle: italic;
}

View File

@ -69,5 +69,5 @@ textbox.header {
}
textbox[disabled] {
text-style: italic;
font-style: italic;
}