# HG changeset patch # User TK Soh # Date 1156876118 18000 # Node ID d5cdf25bab74b68d601e9eb6f8e6549286db8093 # Parent b9dbbcf8a488979d8afe735b28701400e1771996 gitweb: fix issue 349 diff -r b9dbbcf8a488 -r d5cdf25bab74 templates/map-gitweb --- a/templates/map-gitweb Tue Aug 29 19:26:58 2006 +0200 +++ b/templates/map-gitweb Tue Aug 29 13:28:38 2006 -0500 @@ -21,10 +21,10 @@ filelog = filelog-gitweb.tmpl fileline = '
#linenumber# #line|escape#
' 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#node|short#' filerevparent = 'parent:#node|short#' @@ -37,7 +37,7 @@ fileannotatechild = 'child:#node|short#' tags = tags-gitweb.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | manifest' -diffblock = '#lines#' +diffblock = '
#lines#
' changelogtag = 'tag:#tag|escape#' changesettag = 'tag#tag|escape#' filediffparent = 'parent #rev#:#node|short#' diff -r b9dbbcf8a488 -r d5cdf25bab74 templates/static/style-gitweb.css --- a/templates/static/style-gitweb.css Tue Aug 29 19:26:58 2006 +0200 +++ b/templates/static/style-gitweb.css Tue Aug 29 13:28:38 2006 -0500 @@ -47,3 +47,4 @@ text-align:center; text-decoration:none; } a.rss_logo:hover { background-color:#ee5500; } +pre { margin: 0; }