X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=35fd2e734c61a3a060f00796543b42b7452f0f93;hb=0f99e3610b9be8ce2c662e4755ee7f286ae23028;hp=6b3d0f1b85716ddb409bee449227c2ef0ce5cf9e;hpb=493797e7123851666afe9aafeb59670dbeece3e4;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 6b3d0f1..35fd2e7 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -10,3 +10,12 @@ color: red; font-weight: bold; } + +#sone .post .author { + display: inline; + font-weight: bold; +} + +#sone .post .text { + display: inline; +}