# HG changeset patch # User Thomas Arendsen Hein # Date 1146027790 -7200 # Node ID f5bbc55624344bc8892721473c905caba1de9317 # Parent 90ee844b9f7125f11c7edf29dacb6b9ad7df1dd2 Try harder to display node hashes in tags view in monospaced font. Used to work around Firefox's behaviour if "Allow pages to choose their own fonts" is disabled. diff -r 90ee844b9f71 -r f5bbc5562434 templates/map --- a/templates/map Wed Apr 26 06:12:42 2006 +0200 +++ b/templates/map Wed Apr 26 07:03:10 2006 +0200 @@ -35,7 +35,7 @@ filerevchild = 'child:#node|short#' fileannotatechild = 'child:#node|short#' tags = tags.tmpl -tagentry = '
  • #node# #tag|escape#
  • ' +tagentry = '
  • #node# #tag|escape#
  • ' diffblock = '
    #lines#
    ' changelogtag = 'tag:#tag|escape#' changesettag = 'tag:#tag|escape#' diff -r 90ee844b9f71 -r f5bbc5562434 templates/static/style.css --- a/templates/static/style.css Wed Apr 26 06:12:42 2006 +0200 +++ b/templates/static/style.css Wed Apr 26 07:03:10 2006 +0200 @@ -58,7 +58,6 @@ /* Tag entries */ #tagEntries { list-style: none; margin: 0; padding: 0; } #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } -#tagEntries .tagEntry span.node { font-family: monospace; } /* Changeset entry */ #changesetEntry { }