Small photo fixes
[sommitrealweird.git] / media / style / main.css
index 9ce53612cef8bb03b4024c42195c7b1151c5d282..74496af0ca1958582cd480aec275a3be01100343 100644 (file)
@@ -113,7 +113,8 @@ body #page #content #submenu ul li a:visited {
     text-decoration: none;
 }
 
-body #page #headerbar #menu ul li {
+body #page #headerbar #menu ul li,
+body #page #content #submenu ul li {
     padding-left: 1em;
     padding-right: 1em;
 }
@@ -147,3 +148,35 @@ body #page #footer p {
     padding: 0.1em;
 }
 
+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 {
+    border: 0;
+}
+
+div.photo {
+    margin-top: 2em;
+    float: left;
+    margin-right: 2em;
+}
+
+div.single_photo {
+    margin-top: 2em;
+}
+
+div.photo a img,
+div.single_photo a img {
+    border: 0;
+}