Fix badly delimited comment from previous patch. b=236202

git-svn-id: svn://10.0.0.236/trunk@153686 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2004-03-08 14:15:32 +00:00
parent 3c0856edb2
commit 4a13b518b3
2 changed files with 8 additions and 4 deletions

View File

@ -102,8 +102,10 @@ table {
text-align: -moz-initial;
white-space: normal; /* compatible with IE & spec */
line-height: normal;
font-size: -moz-initial; /* Quirk: cut off all font inheritance in tables
font-weight: -moz-initial; /* except for family. */
/* Quirk: cut off all font inheritance in tables except for family. */
font-size: -moz-initial;
font-weight: -moz-initial;
font-style: -moz-initial;
font-variant: -moz-initial;
}

View File

@ -102,8 +102,10 @@ table {
text-align: -moz-initial;
white-space: normal; /* compatible with IE & spec */
line-height: normal;
font-size: -moz-initial; /* Quirk: cut off all font inheritance in tables
font-weight: -moz-initial; /* except for family. */
/* Quirk: cut off all font inheritance in tables except for family. */
font-size: -moz-initial;
font-weight: -moz-initial;
font-style: -moz-initial;
font-variant: -moz-initial;
}