summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-05-14 19:40:00 +0200
committerPierre Schmitz <pierre@archlinux.de>2015-05-14 19:40:00 +0200
commitc27b2e832fe25651ef2410fae85b41072aae7519 (patch)
treeb71325f631544394a878f924c3f223789da5cb80 /skins
parent5d1e7dd0ccda0984ccf3e8e3d0f88ac888b05819 (diff)
Remove IE 6 support in archnavbar
Diffstat (limited to 'skins')
-rw-r--r--skins/ArchLinux/archlogo.gifbin1845 -> 0 bytes
-rw-r--r--skins/ArchLinux/archnavbar.css10
2 files changed, 1 insertions, 9 deletions
diff --git a/skins/ArchLinux/archlogo.gif b/skins/ArchLinux/archlogo.gif
deleted file mode 100644
index e1852a06..00000000
--- a/skins/ArchLinux/archlogo.gif
+++ /dev/null
Binary files differ
diff --git a/skins/ArchLinux/archnavbar.css b/skins/ArchLinux/archnavbar.css
index d95832bc..1e769857 100644
--- a/skins/ArchLinux/archnavbar.css
+++ b/skins/ArchLinux/archnavbar.css
@@ -1,20 +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: #333 !important; border-bottom: 5px #08c solid !important; }
-
-/* logo trickery -- GIF for IE6 and PNG for the rest */
-#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; }
-/* IE6 doesn't support alpha PNGs so we serve it a GIF */
-#archnavbarlogo { background: url('archlogo.gif') no-repeat !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: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !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; }