X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=053923b22cc87df9f9ea2e4d1cd9dfada71f067b;hb=5e30dc1ca805f1a2d87b6c752da68a57275cb159;hp=3429138310c35e5411525a33db025cf058a0747c;hpb=0df5e91852f737d760c5a9f54c5667309fbadcc2;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3429138..053923b 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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%;