X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=1767090d7d68dc8eadca8af1edf302949561a25f;hp=d065f7891953c82f50d88ee6496de18fb498f1e3;hb=e8bcd8344a08accda3a58e4eb52cc490f050d3c4;hpb=63df577f7ced52acfa93e4a7f329292069d8ba9d diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index d065f78..1767090 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -800,6 +800,10 @@ textarea { float: right; } +#sone .clear { + clear: both; +} + #sone h1 { font-family: inherit; font-size: 200%; @@ -862,3 +866,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; +}