mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 81776. Give the hr frame some inline margins to bamboozle the code that tries to avoid marking lines dirty in PrepareResizeReflow(). Lame, but localized. r=dbaron, sr=attinasi, a=asa.
This commit is contained in:
parent
3a6cd76573
commit
e90560f4d0
@ -214,6 +214,7 @@ td textarea {
|
||||
hr {
|
||||
display: inline;
|
||||
-moz-box-sizing: border-box;
|
||||
margin: 0 0.1% 0 0.1%; /* Mmm! Hack-on-a-hack for bug 81776 */
|
||||
}
|
||||
|
||||
hr:before {
|
||||
|
@ -214,6 +214,7 @@ td textarea {
|
||||
hr {
|
||||
display: inline;
|
||||
-moz-box-sizing: border-box;
|
||||
margin: 0 0.1% 0 0.1%; /* Mmm! Hack-on-a-hack for bug 81776 */
|
||||
}
|
||||
|
||||
hr:before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user