Show images differently.
[Sone.git] / src / main / resources / static / css / sone.css
index 48fa1ae..b40890a 100644 (file)
@@ -545,10 +545,33 @@ textarea {
        position: relative;
 }
 
+#sone .backlinks {
+       font-size: 80%;
+}
+
 #sone .backlinks .backlink {
        display: inline;
 }
 
+#sone .album {
+       float: left;
+}
+
+#sone .image {
+       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 {
        display: inline;
 }