diff options
Diffstat (limited to 'skins/common/wikistandard.css')
-rw-r--r-- | skins/common/wikistandard.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/skins/common/wikistandard.css b/skins/common/wikistandard.css index 62050922..e47dc42d 100644 --- a/skins/common/wikistandard.css +++ b/skins/common/wikistandard.css @@ -39,13 +39,14 @@ } /* Table of contents */ -.toctoggle, .editsection { +.toctoggle, +.editsection { font-size: smaller; } /* ... */ #toolbar { - padding: 0px; + padding: 0; } #infobox { @@ -57,7 +58,8 @@ margin-top: 1px; } -a.interwiki, a.external { +a.interwiki, +a.external { color: #3366BB; } @@ -75,7 +77,7 @@ a:visited { } body { - margin: 0px; + margin: 0; padding: 4px; color: black; } |