Use larger preview images.
[Sone.git] / src / main / resources / static / css / sone.css
index 1cb2e95..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;
 }
@@ -686,12 +684,14 @@ textarea {
        width: 95%;
 }
 
-#sone .image .image-title {
+#sone .image .image-title, #sone .album .album-title {
        font-weight: bold;
 }
 
-#sone .image .image-description {
+#sone .image .image-description, #sone .album .album-description {
        text-align: left;
+       width: 195px;
+       word-wrap: break-word;
 }
 
 #sone .backlinks .separator {