[Expat-checkins] htdocs style.css,1.5,1.6
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 20:20:13 -0700
Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv18957
Modified Files:
style.css
Log Message:
Add the proper way of dealing with page margins. This is better than
the browser-specific tags currently in the pages, and works on some
browsers that don't support those extensions.
Index: style.css
===================================================================
RCS file: /cvsroot/expat/htdocs/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- style.css 4 Sep 2002 15:46:35 -0000 1.5
+++ style.css 5 Sep 2002 03:20:11 -0000 1.6
@@ -1,3 +1,8 @@
+html { border: 0px;
+ margin: 0px;
+ padding: 0px;
+ }
+
.corner { width: 200px;
height: 80px;
text-align: center;