summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:18:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:18:37 (EDT)
commit2cfcac1fb80a358b37ff3a4049a71fbafb2f18a5 (patch)
treecefa7c1e90188abd3536a7be098c3150bbf9363e /main.css
parent39455e6635c7dc989d55452cc5666c8dcd5017b9 (diff)
Fix logo anchor?
Diffstat (limited to 'main.css')
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.css b/main.css
index 8822a86..4732280 100644
--- a/main.css
+++ b/main.css
@@ -36,6 +36,10 @@ header .logo {
width: 64px;
height: 64px;
background: url("media/logo.png") no-repeat scroll 0 0;
+}
+header .logo a {
+ width: 64px;
+ height: 64px;
color: transparent;
}
header div.nav {