Add small class to take out margins on first paragraph of a list.
[sommitrealweird.git] / media / style / main.css
index 74496af0ca1958582cd480aec275a3be01100343..56ecd36233756a2cecab2e6c78346767ac29d38f 100644 (file)
@@ -180,3 +180,13 @@ div.photo a img,
 div.single_photo a img {
     border: 0;
 }
+
+dl dt {
+    font-weight: bold;
+    font-size: 1.3em;
+    margin-top: 1em;
+}
+
+#content ul li p.first {
+    margin: 0;
+}