Fix percent heights of kids of fieldsets at the expense of height:inherit. Bug

240571, r+sr=roc
This commit is contained in:
bzbarsky%mit.edu 2005-02-01 02:51:37 +00:00
parent 0c5c5f6341
commit 7f6fee5347

View File

@ -44,7 +44,7 @@
*|*::-moz-fieldset-content {
display: block;
height: inherit; /* Need this so percentage heights of kids work right */
height: 100%; /* Need this so percentage heights of kids work right */
}
form {