Format single images like small images.
[Sone.git] / src / main / resources / static / css / sone.css
index 25faa7a..22010b6 100644 (file)
@@ -558,7 +558,6 @@ textarea {
 }
 
 #sone .album {
-       float: left;
 }
 
 #sone .image {
@@ -570,7 +569,7 @@ textarea {
        padding: 0.5ex;
 }
 
-#sone .image img {
+#sone .image img, #sone .single-image img {
        padding: 1ex;
        border: solid 1px #000;
        background-color: #fff;