Add small class to take out margins on first paragraph of a list.
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 16 Aug 2009 14:10:23 +0000 (15:10 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 16 Aug 2009 14:10:23 +0000 (15:10 +0100)
media/style/main.css

index d6f67e585ad054ea0471fc9bd61a78f5c5ea4127..56ecd36233756a2cecab2e6c78346767ac29d38f 100644 (file)
@@ -186,3 +186,7 @@ dl dt {
     font-size: 1.3em;
     margin-top: 1em;
 }
+
+#content ul li p.first {
+    margin: 0;
+}