summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-18 14:31:41 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-18 14:31:41 +0100
commit1e8af9e59b8852dfac8327bebb3d11044ee7490e (patch)
treed37eba9e81d9ac37969da9b191af5db59f9d571b
parentb336bbce189d583279ca3198825700edb6142719 (diff)
downloadcgit-1e8af9e59b8852dfac8327bebb3d11044ee7490e.tar.xz
fixed logo to arch32logo.png
-rw-r--r--archnavbar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/archnavbar.css b/archnavbar.css
index 4d30e60..6c65d3e 100644
--- a/archnavbar.css
+++ b/archnavbar.css
@@ -12,9 +12,9 @@
/* 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; }
+#archnavbarlogo { background: url('arch32logo.png') no-repeat !important; }
/* and use a proper PNG for all other modern browsers */
-html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; }
+html > body #archnavbarlogo { background: url('arch32logo.png') no-repeat !important; }
/* move the paragraph text offscreen */
#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }