changeset 4335:2ea889757ba1

changelog: show both graphlog divs correctly top-aligned, even if divs above them over-floats and are irregular
author Mads Kiilerich <madski@unity3d.com>
date Tue, 10 Dec 2013 19:30:37 +0100
parents 1a659a59be4a
children 7f2a5a6d732c
files kallithea/templates/changelog/changelog.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Tue Dec 10 19:30:37 2013 +0100
+++ b/kallithea/templates/changelog/changelog.html	Tue Dec 10 19:30:37 2013 +0100
@@ -68,6 +68,9 @@
                        ${h.end_form()}
                     </div>
                 </div>
+
+                <div style="clear:both">
+
                 <div id="graph_nodes">
                     <canvas id="graph_canvas"></canvas>
                 </div>
@@ -152,6 +155,8 @@
                 </tbody>
                 </table>
 
+                </div>
+
                 <div class="pagination-wh pagination-left">
                     ${c.pagination.pager('$link_previous ~2~ $link_next')}
                 </div>