Use larger preview images.
[Sone.git] / src / main / resources / static / css / sone.css
index 69e93d6..8c30aa8 100644 (file)
@@ -657,23 +657,21 @@ textarea {
 }
 
 #sone .image-container {
-       width: 200px;
-       height: 200px;
+       width: 250px;
+       height: 250px;
        overflow: hidden;
        padding: -1px;
        border: solid 1px #000;
 }
 
 #sone .image {
-       width: 200px;
-       height: 150px;
        display: table-cell;
        vertical-align: top;
        text-align: center;
        padding: 0.5ex;
 }
 
-#sone .image img, #sone .single-image img {
+#sone .single-image img {
        border: solid 1px #000;
        background-color: #fff;
 }