]> granicus.if.org Git - libexpat/commitdiff
Remove the need to use <p> to add space between list items.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 8 Jul 2002 15:34:04 +0000 (15:34 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 8 Jul 2002 15:34:04 +0000 (15:34 +0000)
htdocs/style.css

index da63f635b67beccc5eec47e2d484cf6ebb91d1ce..408d149b262995d8f55af8a97d3375a83eed48ec 100644 (file)
@@ -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;
+                 }