From a81afa51f30d81f7d7e7e6de9075803247eec77a Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Mon, 14 Jan 2002 13:27:02 +0000 Subject: [PATCH] 60325 "
line-height problem caused by large font size". Set the HR font-size to -moz-initial r=glazman/sr=attinasi git-svn-id: svn://10.0.0.236/trunk@112064 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/quirk.css | 1 + mozilla/layout/style/quirk.css | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/layout/html/document/src/quirk.css b/mozilla/layout/html/document/src/quirk.css index a7db7f5e751..e7fdd10c0cd 100644 --- a/mozilla/layout/html/document/src/quirk.css +++ b/mozilla/layout/html/document/src/quirk.css @@ -275,6 +275,7 @@ hr { display: inline; -moz-box-sizing: border-box; margin: 0 0.1% 0 0.1%; /* Mmm! Hack-on-a-hack for bug 81776 */ + font-size: -moz-initial !important; } hr:before { diff --git a/mozilla/layout/style/quirk.css b/mozilla/layout/style/quirk.css index a7db7f5e751..e7fdd10c0cd 100644 --- a/mozilla/layout/style/quirk.css +++ b/mozilla/layout/style/quirk.css @@ -275,6 +275,7 @@ hr { display: inline; -moz-box-sizing: border-box; margin: 0 0.1% 0 0.1%; /* Mmm! Hack-on-a-hack for bug 81776 */ + font-size: -moz-initial !important; } hr:before {