X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=3787f27ce08ca7b217968ff1806f84158a20e829;hb=8b8fb600cdf97c3470b2471d917b39dd0c9cff14;hp=738c077d565746b023776ff84264c13c64266bc8;hpb=426dc4bc54abd75041257b1f5818c09e9c78863c;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 738c077..3787f27 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; @@ -256,6 +261,10 @@ display: inline; } +#sone #create-sone { + +} + #sone #tail .import-key { margin-top: 1em; border-top: solid 1px #ccc;