X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=fa69795453731876173dfcba30b354e48028b252;hb=9755daad4244e5ea3b0607b7722e30b4134b354b;hp=d065f7891953c82f50d88ee6496de18fb498f1e3;hpb=63df577f7ced52acfa93e4a7f329292069d8ba9d;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index d065f78..fa69795 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -267,7 +267,8 @@ textarea { } #sone .post.last { - padding: 1ex 0px; + padding-top: 1ex; + padding-bottom: 1ex; border-bottom: none; } @@ -800,6 +801,10 @@ textarea { float: right; } +#sone .clear { + clear: both; +} + #sone h1 { font-family: inherit; font-size: 200%; @@ -862,3 +867,11 @@ textarea { #sone #avatar-selection li#no-avatar { display: block; } + +#sone form#options ul { + padding-left: 1em; +} + +#sone form#options li { + list-style-type: none; +}