Show albums and images in columns of three.
[Sone.git] / src / main / resources / static / css / sone.css
index 3429138..7324899 100644 (file)
@@ -643,6 +643,10 @@ textarea {
 #sone .album {
 }
 
+#sone .image-row {
+       display: table-row;
+}
+
 #sone .image {
        width: 200px;
        height: 150px;
@@ -736,6 +740,10 @@ textarea {
        clear: both;
 }
 
+#sone h1.backlink {
+       margin-bottom: 0px;
+}
+
 #sone h2 {
        font-family: inherit;
        font-size: 150%;