templates/paper/filerevision.tmpl
changeset 7725 6a888d491eaf
parent 7411 b71ee3e00e81
child 8235 89bc3946c8f3
--- a/templates/paper/filerevision.tmpl	Tue Feb 03 20:32:42 2009 +0100
+++ b/templates/paper/filerevision.tmpl	Thu Feb 05 18:15:33 2009 +0100
@@ -7,7 +7,7 @@
 <div class="menu">
 <div class="logo">
 <a href="http://www.selenic.com/mercurial/">
-<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
+<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
 </div>
 <ul>
 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -33,9 +33,9 @@
 
 <form class="search" action="{url}log">
 {sessionvars%hiddenformentry}
-<p><input name="rev" id="search1" type="text" size="30"></p>
-<span>find changesets by author, revision,
-files, or words in the commit message</span>
+<p><input name="rev" id="search1" type="text" size="30" /></p>
+<div id="hint">find changesets by author, revision,
+files, or words in the commit message</div>
 </form>
 
 <div class="description">{desc|strip|escape|addbreaks}</div>