##// END OF EJS Templates
Try harder to display node hashes in tags view in monospaced font....
Thomas Arendsen Hein -
r2131:f5bbc556 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' changelogchild = \'<tr><th class="child">'
35 35 filerevchild = '<tr><td class="metatag">child:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
36 36 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="?fa=#filenode|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
37 37 tags = tags.tmpl
38 tagentry = '<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cs=#node|short#">#tag|escape#</a></li>'
38 tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="?cs=#node|short#">#tag|escape#</a></li>'
39 39 diffblock = '<pre class="parity#parity#">#lines#</pre>'
40 40 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
41 41 changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
@@ -58,7 +58,6 b' pre { margin: 0; }'
58 58 /* Tag entries */
59 59 #tagEntries { list-style: none; margin: 0; padding: 0; }
60 60 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
61 #tagEntries .tagEntry span.node { font-family: monospace; }
62 61
63 62 /* Changeset entry */
64 63 #changesetEntry { }
General Comments 0
You need to be logged in to leave comments. Login now