diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-05-19 07:42:19 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-05-19 07:42:19 +0200 |
commit | 7fc713210ca3b62b73f65797d6636dfaf489b0e1 (patch) | |
tree | 29bbc0d84ac462be2546caa717cb448c51fad20c | |
parent | 62e1bc5677f734b67436b77141a0eeb1fa483653 (diff) |
sync to archweb
-rw-r--r-- | skins/archlinux/archnavbar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/archlinux/archnavbar.css b/skins/archlinux/archnavbar.css index 6bead704..0a729ef4 100644 --- a/skins/archlinux/archnavbar.css +++ b/skins/archlinux/archnavbar.css @@ -16,8 +16,9 @@ /* and use a proper PNG for all other modern browsers */ html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; } -/* move the paragraph text offscreen */ +/* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } +#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } /* make the link the same size as the logo */ #archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } |