mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Move gray-ness of table borders to quirks mode and restore our prior standards-mode behavior. b=84307 r=fantasai sr=bzbarsky
This commit is contained in:
parent
2f1ac9098f
commit
74d37e4e23
@ -173,10 +173,6 @@ table {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
table, td, th {
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
table[align="left"] {
|
||||
float: left;
|
||||
}
|
||||
|
@ -105,6 +105,14 @@ table {
|
||||
font-variant: -moz-initial;
|
||||
}
|
||||
|
||||
/*
|
||||
* Make table borders gray for compatibility with what other browsers do
|
||||
* in all modes, rather than using the foreground color.
|
||||
*/
|
||||
table, td, th {
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
|
||||
/* Quirk: collapse top margin of BODY and TD and bottom margin of TD */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user