Show albums and images in columns of three.
[Sone.git] / src / main / resources / static / css / sone.css
index 058029c..7324899 100644 (file)
@@ -643,6 +643,10 @@ textarea {
 #sone .album {
 }
 
+#sone .image-row {
+       display: table-row;
+}
+
 #sone .image {
        width: 200px;
        height: 150px;