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:
waterson%netscape.com 2001-06-20 00:54:39 +00:00
parent 3a6cd76573
commit e90560f4d0
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {