summaryrefslogtreecommitdiff
path: root/website/templates/nav.mdwn
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-01 22:46:22 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-01 22:46:22 -0400
commit6e6dd065c5c8773204e6e163a076422854e87ea2 (patch)
tree544ad952a332148b080f21771f6eb302c3d5f778 /website/templates/nav.mdwn
parent41373fcd4428000c53805ff306b2ff324e8e1b40 (diff)
tagging the logo image with a classname
Diffstat (limited to 'website/templates/nav.mdwn')
-rw-r--r--website/templates/nav.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn
index b6a6f0b..04f6268 100644
--- a/website/templates/nav.mdwn
+++ b/website/templates/nav.mdwn
@@ -1,6 +1,6 @@
<table class="sitenav" cellpadding="0" cellspacing="0">
<tbody><tr><td>
-<img src="/logo.png" alt="monkeysphere" width="343" height="85" /></td>
+<img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></td>
<td>
[[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]
</td></tr></tbody></table>