diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl --- a/templates/changeset.tmpl +++ b/templates/changeset.tmpl @@ -39,7 +39,7 @@ -
+
#diff#
diff --git a/templates/filediff.tmpl b/templates/filediff.tmpl --- a/templates/filediff.tmpl +++ b/templates/filediff.tmpl @@ -23,7 +23,7 @@ #parent# -
+
#diff#
diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -27,7 +27,8 @@ a { text-decoration:none; } } /* Common */ -.pre { font-family: monospace; white-space: pre; } +pre { margin: 0; } + /* Changelog entries */ .changelogEntry { width: 100%; } @@ -44,11 +45,10 @@ a { text-decoration:none; } #changesetEntry { } #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } -#changesetDiff ul, #changesetDiff li { list-style: none; margin: 0; padding: 0; } /* File diff view */ #filediffEntry { } #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } -#fileDiff ul, #fileDiff li { list-style: none; margin: 0; padding: 0; } + --> diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -19,17 +19,17 @@ filelog = filelog.tmpl fileline = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl annotateline = "#author|obfuscate#@#rev#
#line|escape#
" -difflineplus = "
  • #line|escape#
  • " -difflineminus = "
  • #line|escape#
  • " -difflineat = "
  • #line|escape#
  • " -diffline = "
  • #line|escape#
  • " +difflineplus = "#line|escape#" +difflineminus = "#line|escape#" +difflineat = "#line|escape#" +diffline = "#line|escape#" changelogparent = "parent #rev#:#node|short#" changesetparent = "parent #rev#:#node|short#" filerevparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" tags = tags.tmpl tagentry = "
  • #node# #tag#
  • " -diffblock = "" +diffblock = "
    #lines#
    " changelogtag = "tag:#tag#" changesettag = "tag:#tag#" filediffparent = "parent #rev#:#node|short#"