Changeset - 0d2ce995f6a4
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-26 20:42:52
marcin@python-works.com
#409 fixes scrolling issues on long horizontal changesets
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changeset/diff_block.html
Show inline comments
 
@@ -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">
0 comments (0 inline, 0 general)