Changeset - 2ea889757ba1
[Not reviewed]
default
0 1 0
Mads Kiilerich - 12 years ago 2013-12-10 19:30:37
madski@unity3d.com
changelog: show both graphlog divs correctly top-aligned, even if divs above them over-floats and are irregular
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -68,6 +68,9 @@ ${self.repo_context_bar('changelog', c.f
 
                       ${h.end_form()}
 
                    </div>
 
                </div>
 

	
 
                <div style="clear:both">
 

	
 
                <div id="graph_nodes">
 
                    <canvas id="graph_canvas"></canvas>
 
                </div>
 
@@ -152,6 +155,8 @@ ${self.repo_context_bar('changelog', c.f
 
                </tbody>
 
                </table>
 

	
 
                </div>
 

	
 
                <div class="pagination-wh pagination-left">
 
                    ${c.pagination.pager('$link_previous ~2~ $link_next')}
 
                </div>
0 comments (0 inline, 0 general)