Don’t float albums.
[Sone.git] / src / main / resources / static / css / sone.css
index a2579e4..6826679 100644 (file)
@@ -93,6 +93,10 @@ textarea {
        border: none;
 }
 
+#sone .parsed {
+       white-space: pre-wrap;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }
@@ -554,11 +558,21 @@ textarea {
 }
 
 #sone .album {
-       float: left;
 }
 
 #sone .image {
-       float: left;
+       width: 200px;
+       height: 150px;
+       display: table-cell;
+       vertical-align: middle;
+       text-align: center;
+       padding: 0.5ex;
+}
+
+#sone .image img {
+       padding: 1ex;
+       border: solid 1px #000;
+       background-color: #fff;
 }
 
 #sone .backlinks .separator {