diff options
Diffstat (limited to 'skins/ArchLinux/main.css')
-rw-r--r-- | skins/ArchLinux/main.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/ArchLinux/main.css b/skins/ArchLinux/main.css index 809fe184..0abc7b31 100644 --- a/skins/ArchLinux/main.css +++ b/skins/ArchLinux/main.css @@ -309,7 +309,10 @@ input.searchButton { border: none; line-height: 1.4em; color: #2f6fab; - padding: 0 2em 0 3em; + padding: 0; + padding-right: 2em; + /* Avoid overlap with the logo. */ + padding-left: 14em; margin: 0; text-align: right; list-style-type: none; @@ -334,12 +337,10 @@ input.searchButton { text-decoration: none; color: #005896; padding-bottom: .2em; - background: none; } #p-personal li a:hover { background-color: white; - padding-bottom: .2em; text-decoration: none; } |