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

<bug@annevankesteren.nl>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@169394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2005-02-18 16:48:11 +00:00
parent 3ff37133f6
commit bda3536b1a
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;
}