- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Wed, 28 Apr 2004 07:38:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22645
Modified Files:
Tag: validator-0_6_0-branch
base.css
Log Message:
still tweaking the main CSS
- removed margins completely for the #main div, seemed only induced ugly gaps
- "balanced" margins for the fieldsets
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.34
retrieving revision 1.26.2.35
diff -u -d -r1.26.2.34 -r1.26.2.35
--- base.css 26 Apr 2004 01:02:58 -0000 1.26.2.34
+++ base.css 28 Apr 2004 07:38:18 -0000 1.26.2.35
@@ -29,7 +29,7 @@
div#main {
padding-top: 1em;
/* margin-right: 7.6em; */ /* no need for this without the righthand bar */
-margin: 1em;
+ margin: 0;
}
div#main p, div#main dt {
@@ -43,8 +43,9 @@
/* Fieldsets in general */
fieldset {
- max-width: 80%;
- margin-left: 1em;
+/* max-width: 80%; */
+ margin-left: 2em;
+ margin-right: 2em;
}
/* The front-page fieldsets */
Received on Wednesday, 28 April 2004 03:39:26 UTC