[Expat-checkins] htdocs style.css,1.3,1.4

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon Jul 8 08:35:02 2002


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv22235

Modified Files:
	style.css 
Log Message:
Remove the need to use <p> to add space between list items.

Index: style.css
===================================================================
RCS file: /cvsroot/expat/htdocs/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css	13 Jun 2002 20:44:20 -0000	1.3
+++ style.css	8 Jul 2002 15:34:04 -0000	1.4
@@ -21,4 +21,9 @@
                  margin: 0em;
                  border-width: 0px;
                  vertical-align: baseline;
-                 border-bottom: 2px solid rgb(110,139,61); }
+                 border-bottom: 2px solid rgb(110,139,61);
+                 }
+
+.content li    { margin: 0em;
+                 padding-bottom: 0.75em;
+                 }