tagging the logo image with a classname
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 02:46:22 +0000 (22:46 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 02:46:22 +0000 (22:46 -0400)
website/templates/nav.mdwn

index b6a6f0b6a8def964886333de0b85dd82715887dc..04f6268ff255ccb9dc498f102fa5df7fba250b36 100644 (file)
@@ -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>