X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=6ef156eebc3454357dac9871249a1c5909bc6386;hb=568e56be5db79749c360d2ec2ec98ec5802ab8b6;hp=90c2183976ba4eef82086b2cb4dd30574f282e3e;hpb=6a34e2d60715d7c982a6727a22d10fcd63cce53f;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 90c2183..6ef156e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -296,15 +296,18 @@ input[type=text], textarea { } -#sone #tail .import-key { +#sone #tail .import-key, #sone #import-key .import-key { margin-top: 1em; border-top: solid 1px #ccc; padding-top: 1em; text-align: center; - font-size: 85%; + font-size: 75%; color: #888; } +#sone #import-key .import-key { + border-top: none; +} #sone h1 { font-family: inherit;