X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=732489943ddf1578008fdfe47f8ab399d8c4c0c3;hb=bd451c9e9aa4618a255f0216222b7c22745c9f7f;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..7324899 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -643,6 +643,10 @@ textarea { #sone .album { } +#sone .image-row { + display: table-row; +} + #sone .image { width: 200px; height: 150px; @@ -736,6 +740,10 @@ textarea { clear: both; } +#sone h1.backlink { + margin-bottom: 0px; +} + #sone h2 { font-family: inherit; font-size: 150%;