X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=8b588b88fa101d830d07a5a41be16ce2cb6d537d;hb=8ac7345a26e0bae678744987a6ac47b18ad69732;hp=b7ae3b7f2807cadfab0c26d43175b0de097d8e67;hpb=53b2adecec6cd19deff36735031eefdecac75701;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b7ae3b7..8b588b8 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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 {