Add small class to take out margins on first paragraph of a list.
[sommitrealweird.git] / media / style / main.css
index 3efdb8e6a5de0c694e964c460cf8d526f7596d5a..56ecd36233756a2cecab2e6c78346767ac29d38f 100644 (file)
@@ -150,6 +150,16 @@ body #page #footer p {
 
 div.album {
     margin-top: 2em;
+    border-bottom: 1px solid #afafaf;
+}
+
+div.lastalbum {
+    border: 0;
+}
+
+div.album img {
+    float: left;
+    padding-right: 1em;
 }
 
 div.album a img {
@@ -170,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;
+}