From 820b95f1065ad010c26e8c4f90cc28cb7bdc9960 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Mon, 11 Jun 2001 19:29:14 +0000 Subject: [PATCH] Backing change for Bug 82626, looks like round-off error in line height calculation git-svn-id: svn://10.0.0.236/trunk@96877 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/forms.css | 1 - mozilla/layout/style/forms.css | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/layout/html/document/src/forms.css b/mozilla/layout/html/document/src/forms.css index 481c8636aeb..aae135db99c 100644 --- a/mozilla/layout/html/document/src/forms.css +++ b/mozilla/layout/html/document/src/forms.css @@ -107,7 +107,6 @@ select { -moz-user-select: none; -moz-user-focus: normal; -moz-box-sizing: border-box; - line-height:1em ! important; /* fix for bug 82626 */ } select[size] { diff --git a/mozilla/layout/style/forms.css b/mozilla/layout/style/forms.css index 481c8636aeb..aae135db99c 100644 --- a/mozilla/layout/style/forms.css +++ b/mozilla/layout/style/forms.css @@ -107,7 +107,6 @@ select { -moz-user-select: none; -moz-user-focus: normal; -moz-box-sizing: border-box; - line-height:1em ! important; /* fix for bug 82626 */ } select[size] {