summaryrefslogtreecommitdiff
path: root/sitestatic/archnavbar/archnavbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic/archnavbar/archnavbar.css')
-rw-r--r--sitestatic/archnavbar/archnavbar.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/sitestatic/archnavbar/archnavbar.css b/sitestatic/archnavbar/archnavbar.css
index f83b8544..20cd2ac9 100644
--- a/sitestatic/archnavbar/archnavbar.css
+++ b/sitestatic/archnavbar/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: 0 !important; padding: 0 !important; height: 50px !important; width: 397px !important; }
-/* and use a proper PNG for all other modern browsers */
-html > body #archnavbarlogo { background: url('parabolabw.png') no-repeat !important; }
+#archnavbarlogo { background: url('parabolabw.png') no-repeat !important; }
/* move the heading/paragraph text offscreen */
#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }