X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=4b9928d613392233c3d5a201b835f046a6afaeef;hb=66f29561ceb5acbf42a4b8319f1c79ccbfba0979;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..4b9928d 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -10,3 +10,16 @@ color: red; font-weight: bold; } + +#sone .post .author { + display: inline; + font-weight: bold; +} + +#sone .post .text { + display: inline; +} + +#sone input.createpost.default { + color: #888; +}