aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-03-26 20:42:52 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-03-26 20:42:52 +0200
commitabb9f0f2e22f7f6620bdcc4557fc469d5f5138fa (patch)
tree8999d4a215fc3f57275e53da8b721a895c509f07
parentbf6cca3148b0717e2524d0fd9fbe6b2b3afc18d3 (diff)
#409 fixes scrolling issues on long horizontal changesets
--HG-- branch : beta
-rw-r--r--rhodecode/templates/changeset/diff_block.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/templates/changeset/diff_block.html b/rhodecode/templates/changeset/diff_block.html
index 3168ebf1..077aa020 100644
--- a/rhodecode/templates/changeset/diff_block.html
+++ b/rhodecode/templates/changeset/diff_block.html
@@ -7,7 +7,7 @@
%for change,filenode,diff,cs1,cs2,stat in changes:
%if change !='removed':
- <div id="${h.FID(filenode.changeset.raw_id,filenode.path)}_target" style="clear:both;height:90px;margin-top:-60px"></div>
+ <div id="${h.FID(filenode.changeset.raw_id,filenode.path)}_target" style="clear:both;margin-top:25px"></div>
<div id="${h.FID(filenode.changeset.raw_id,filenode.path)}" class="diffblock margined comm">
<div class="code-header">
<div class="changeset_header">