- From: Terje Bless <link@hutz.w3.org>
- Date: Sun, 25 Apr 2004 20:17:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv17608
Modified Files:
Tag: validator-0_6_0-branch
base.css
Log Message:
Nuking bottom-margin on fieldset as a first-cut workaround for the
"Guillotine Bug" issues in MSIE:win. From Bjoern Hoerhmann.
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.30
retrieving revision 1.26.2.31
diff -u -d -r1.26.2.30 -r1.26.2.31
--- base.css 27 Mar 2004 14:51:31 -0000 1.26.2.30
+++ base.css 25 Apr 2004 20:17:50 -0000 1.26.2.31
@@ -42,7 +42,6 @@
/* Fieldsets in general */
fieldset {
- margin-bottom: 3em;
max-width: 80%;
margin-left: 1em;
}
Received on Sunday, 25 April 2004 16:22:00 UTC