Syncing OS/2 forms.css with recent checkin

bug 139989, Fieldset needs prettier default border, patch by mabus@runbox.no, r=axel@pike.org, sr=ben.
This commit is contained in:
mkaply%us.ibm.com 2002-04-25 21:07:02 +00:00
parent 2b1bec45f1
commit dd6d029fe4

View File

@ -63,8 +63,8 @@ fieldset {
display: block;
margin-left: 2px;
margin-right: 2px;
padding: 4px 4px 4px 4px;
border: 2px solid;
padding: 0.75em 0.625em;
border: 2px groove ThreeDFace;
}
label {