X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=195708a382efafcaa2bf4ab77a9ed522695f1331;hb=60c03f6f6aba5d9b19e1d9efadf859c189c563a8;hp=738c077d565746b023776ff84264c13c64266bc8;hpb=fbdcdd0d0f1fe175a29487134074582515bbb2bf;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 738c077..195708a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -81,6 +81,11 @@ border-bottom: solid 1px #ccc; } +#sone .post:last-child { + padding: 1ex 0px; + border-bottom: none; +} + #sone .post .author { display: inline; font-weight: bold;