Add small class to take out margins on first paragraph of a list.
[sommitrealweird.git] / 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;
+}