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:
parent
3c0856edb2
commit
4a13b518b3
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user