From 8b9d8cd10039248e8f5c4d5a0ef797df4e3ba84c Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 13 Feb 2003 19:09:04 +0000 Subject: [PATCH] Make %-height kids of fieldsets do the right thing. Bug 191135, r=jkeiser, sr=roc+moz, a=asa git-svn-id: svn://10.0.0.236/trunk@137777 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/forms.css | 1 + mozilla/layout/style/forms.css | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/layout/html/document/src/forms.css b/mozilla/layout/html/document/src/forms.css index ab678b3250e..917564e2445 100644 --- a/mozilla/layout/html/document/src/forms.css +++ b/mozilla/layout/html/document/src/forms.css @@ -44,6 +44,7 @@ *|*:-moz-fieldset-content { display: block; + height: inherit; /* Need this so percentage heights of kids work right */ } form { diff --git a/mozilla/layout/style/forms.css b/mozilla/layout/style/forms.css index ab678b3250e..917564e2445 100644 --- a/mozilla/layout/style/forms.css +++ b/mozilla/layout/style/forms.css @@ -44,6 +44,7 @@ *|*:-moz-fieldset-content { display: block; + height: inherit; /* Need this so percentage heights of kids work right */ } form {