X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..a52e94e7d37efbd5356bb8a5b65f577e8500aed5:/scuttle.css diff --git a/scuttle.css b/scuttle.css index 0d7ab2b..b23fad8 100644 --- a/scuttle.css +++ b/scuttle.css @@ -15,6 +15,7 @@ a img { border: 0; } body { + background-color: #FFF; margin: 0; padding: 0; } @@ -373,23 +374,26 @@ p { margin: 1em; } p#sort { - color: #CCC; - font-size: small; - float: right; - margin: 0; - position: absolute; - right: 0; - top: 7em; + color: #CCC; + font-size: small; + float: right; + margin: 0; + position: absolute; + right: 0; + top: 7em; } html > body p#sort { - margin-right: 0.75em; + margin-right: 0.75em; } p#sort a { - background: #AAA; - color: #555; - font-weight: normal; - margin-right: 0.5em; - padding: 0 1em; + background: #AAA; + color: #555; + font-weight: normal; + margin-right: 0.5em; + padding: 0 1em; + border-radius: 0.25em; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; } html > body p#sort a { margin-right: 0;