changeset 6586:8c686b00ebae

style: drop unfortunate double panel around changelog
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 11 Apr 2017 01:49:01 +0200
parents 84cca4c4808b
children e075f2cc4f8c
files kallithea/templates/changelog/changelog.html
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Tue Apr 11 01:35:30 2017 +0200
+++ b/kallithea/templates/changelog/changelog.html	Tue Apr 11 01:49:01 2017 +0200
@@ -33,8 +33,8 @@
     </div>
     <div class="panel-body">
         %if c.pagination:
-            <div class="panel panel-primary">
-              <div class="panel-heading clearfix" style="${'display:none' if c.changelog_for_path else ''}">
+            <div>
+              <div class="clearfix" style="${'display:none' if c.changelog_for_path else ''}">
                     <div class="pull-left">
                         ${h.form(h.url.current(),method='get',class_="form-inline")}
                             ${h.submit('set',_('Show'),class_="btn btn-default btn-sm")}
@@ -65,7 +65,7 @@
                     </div>
               </div>
 
-              <div class="panel-body">
+              <div>
                 <div id="graph_nodes">
                     <canvas id="graph_canvas" style="width:0"></canvas>
                 </div>