diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:23:50 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:23:50 -0400 |
commit | 9c75fa8ff6d4d38ef552c00fef5969fb154765e8 (patch) | |
tree | d7b3410b819ebe3c3966c46a53bf09f369ef089a | |
parent | f7d4cf9ed0ae68fec630d14e8f6aade38e49f036 (diff) | |
parent | c27b2e832fe25651ef2410fae85b41072aae7519 (diff) |
Merge commit 'c27b2'
# Conflicts:
# skins/ArchLinux/archnavbar.css
-rw-r--r-- | skins/ArchLinux/archnavbar.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/skins/ArchLinux/archnavbar.css b/skins/ArchLinux/archnavbar.css index 829ec084..574d8b2b 100644 --- a/skins/ArchLinux/archnavbar.css +++ b/skins/ArchLinux/archnavbar.css @@ -1,17 +1,12 @@ /* * ARCH GLOBAL NAVBAR - * * We're forcing all generic selectors with !important * to help prevent other stylesheets from interfering. - * */ /* container for the entire bar */ #archnavbar { height: 40px !important; padding: 10px 15px !important; background: #000 !important; border-bottom: 5px #787DAB solid !important; } - -#archnavbarlogo { float: left !important; margin: -5px 0 0 0 !important; padding: 0 !important; height: 50px !important; width: 324px !important; } -/* and use a proper PNG for all other modern browsers */ -html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; } +#archnavbarlogo { float: left !important; margin: -5px 0 0 0 !important; padding: 0 !important; height: 50px !important; width: 324px !important; background: url('archlogo.png') no-repeat !important; } /* move the heading/paragraph text offscreen */ #archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } @@ -27,4 +22,3 @@ html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !importa /* style the links */ #archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; } #archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; } - |