summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-10-14 20:09:32 -0500
committerDan McGee <dan@archlinux.org>2012-10-14 20:09:32 -0500
commitce79a4dc0eb44be376a1e51aa38457f431954c9a (patch)
tree285db712206e7e4e078cc11f5facc30cb7f59f66 /sitestatic
parent225b41d01e4e96fe5597dec400dfa7c0975dab1c (diff)
downloadarchweb-ce79a4dc0eb44be376a1e51aa38457f431954c9a.tar.gz
archweb-ce79a4dc0eb44be376a1e51aa38457f431954c9a.zip
Remove logo override for IE6
We don't need this anymore. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archnavbar/archlogo.gifbin1845 -> 0 bytes
-rw-r--r--sitestatic/archnavbar/archnavbar.css10
-rw-r--r--sitestatic/archweb.css8
3 files changed, 2 insertions, 16 deletions
diff --git a/sitestatic/archnavbar/archlogo.gif b/sitestatic/archnavbar/archlogo.gif
deleted file mode 100644
index e1852a06..00000000
--- a/sitestatic/archnavbar/archlogo.gif
+++ /dev/null
Binary files differ
diff --git a/sitestatic/archnavbar/archnavbar.css b/sitestatic/archnavbar/archnavbar.css
index d95832bc..d10c5f52 100644
--- a/sitestatic/archnavbar/archnavbar.css
+++ b/sitestatic/archnavbar/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 { 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; }
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 764f4d4a..5c464ce3 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -14,13 +14,7 @@
/* 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 { 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; }