Only show the album image
[Sone.git] / src / main / resources / static / css / sone.css
index b7ae3b7..8b588b8 100644 (file)
@@ -355,6 +355,7 @@ textarea {
 
 #sone .post .linked-album {
        display: table;
+       margin-top: 1ex;
        border-collapse: collapse;
 }
 
@@ -392,8 +393,12 @@ textarea {
 }
 
 #sone .post .linked-image .about-image .title {
+       font-size: 110%;
        font-weight: bold;
-       margin-bottom: 0.5ex;
+}
+
+#sone .post .linked-image .about-image .description {
+       margin-top: 0.5ex;
 }
 
 #sone .post .status-line {