Add some margin below backlinks.
[Sone.git] / src / main / resources / static / css / sone.css
index 3429138..053923b 100644 (file)
@@ -97,6 +97,10 @@ textarea {
        border: none;
 }
 
+#sone .small-link {
+       font-size: 85%;
+}
+
 #sone .parsed {
        white-space: pre-wrap;
 }
@@ -634,6 +638,7 @@ textarea {
 
 #sone .backlinks {
        font-size: 80%;
+       margin-bottom: 1em;
 }
 
 #sone .backlinks .backlink {
@@ -643,6 +648,10 @@ textarea {
 #sone .album {
 }
 
+#sone .image-row {
+       display: table-row;
+}
+
 #sone .image {
        width: 200px;
        height: 150px;
@@ -736,6 +745,10 @@ textarea {
        clear: both;
 }
 
+#sone h1.backlink {
+       margin-bottom: 0px;
+}
+
 #sone h2 {
        font-family: inherit;
        font-size: 150%;