changeset 6260:ee3fb2dfbcc0

style: in preparation for bootstrap, replace kallithea title class with bootstrap compatible panel-heading This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by: sed -i 's,<div class="title\>,<div class="panel-heading,g' `hg mani` sed -i 's,\<div\.title\>,div.panel-heading,g' kallithea/public/css/style.css
author domruf <dominikruf@gmail.com>
date Sun, 18 Sep 2016 20:00:46 +0200
parents 80a15e10857a
children 9f4c9fc67481
files kallithea/public/css/style.css kallithea/templates/about.html kallithea/templates/admin/admin.html kallithea/templates/admin/auth/auth_settings.html kallithea/templates/admin/defaults/defaults.html kallithea/templates/admin/gists/edit.html kallithea/templates/admin/gists/index.html kallithea/templates/admin/gists/new.html kallithea/templates/admin/gists/show.html kallithea/templates/admin/my_account/my_account.html kallithea/templates/admin/notifications/notifications.html kallithea/templates/admin/notifications/show_notification.html kallithea/templates/admin/permissions/permissions.html kallithea/templates/admin/repo_groups/repo_group_add.html kallithea/templates/admin/repo_groups/repo_group_edit.html kallithea/templates/admin/repo_groups/repo_groups.html kallithea/templates/admin/repos/repo_add.html kallithea/templates/admin/repos/repo_creating.html kallithea/templates/admin/repos/repo_edit.html kallithea/templates/admin/repos/repos.html kallithea/templates/admin/settings/settings.html kallithea/templates/admin/user_groups/user_group_add.html kallithea/templates/admin/user_groups/user_group_edit.html kallithea/templates/admin/user_groups/user_groups.html kallithea/templates/admin/users/user_add.html kallithea/templates/admin/users/user_edit.html kallithea/templates/admin/users/users.html kallithea/templates/changelog/changelog.html kallithea/templates/changeset/changeset.html kallithea/templates/changeset/changeset_range.html kallithea/templates/compare/compare_diff.html kallithea/templates/files/diff_2way.html kallithea/templates/files/file_diff.html kallithea/templates/files/files.html kallithea/templates/files/files_add.html kallithea/templates/files/files_delete.html kallithea/templates/files/files_edit.html kallithea/templates/followers/followers.html kallithea/templates/forks/forks.html kallithea/templates/index_base.html kallithea/templates/journal/journal.html kallithea/templates/journal/public_journal.html kallithea/templates/password_reset.html kallithea/templates/password_reset_confirmation.html kallithea/templates/pullrequests/pullrequest.html kallithea/templates/pullrequests/pullrequest_show.html kallithea/templates/pullrequests/pullrequest_show_all.html kallithea/templates/pullrequests/pullrequest_show_my.html kallithea/templates/register.html kallithea/templates/search/search.html kallithea/templates/summary/statistics.html kallithea/templates/summary/summary.html
diffstat 52 files changed, 69 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/public/css/style.css	Sun Sep 18 20:00:46 2016 +0200
@@ -532,7 +532,7 @@
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 
-#content div.panel div.title {
+#content div.panel div.panel-heading {
     clear: both;
     overflow: hidden;
     background-color: #577632;
@@ -543,7 +543,7 @@
     border-radius: 4px 4px 0 0;
 }
 
-#content div.panel div.title h5 {
+#content div.panel div.panel-heading h5 {
     float: left;
     border: none;
     color: #fff;
@@ -551,22 +551,22 @@
     padding: 11px 0 11px 10px;
 }
 
-#content div.panel div.title .link-white {
+#content div.panel div.panel-heading .link-white {
     color: #FFFFFF;
 }
 
-#content div.panel div.title .link-white.current {
+#content div.panel div.panel-heading .link-white.current {
     color: #BFE3FF;
 }
 
-#content div.panel div.title ul.links li {
+#content div.panel div.panel-heading ul.links li {
     list-style: none;
     float: left;
     margin: 0;
     padding: 0;
 }
 
-#content div.panel div.title ul.links li a {
+#content div.panel div.panel-heading ul.links li a {
     font-size: 13px;
     font-weight: 700;
     height: 1%;
@@ -574,14 +574,14 @@
     text-decoration: none;
 }
 
-#content div.panel div.title ul.links.nav-tabs li a {
+#content div.panel div.panel-heading ul.links.nav-tabs li a {
     float: left;
     color: #fff;
     margin: 0;
     padding: 11px 10px 11px 10px;
 }
 
-#content div.panel div.title ul.links.icon-only-links li a {
+#content div.panel div.panel-heading ul.links.icon-only-links li a {
     float: left;
     color: #fff;
     margin: 0;
@@ -1440,7 +1440,7 @@
     color: #FFF;
 }
 
-#login div.title {
+#login div.panel-heading {
     clear: both;
     overflow: hidden;
     position: relative;
@@ -1676,7 +1676,7 @@
     background-color: inherit !important;
 }
 
-#register div.title {
+#register div.panel-heading {
     clear: both;
     overflow: hidden;
     position: relative;
@@ -3057,11 +3057,11 @@
     padding: 55px 10px 14px 10px !important;
 }
 
-#content div.panel div.title div.search {
+#content div.panel div.panel-heading div.search {
     border-left: 1px solid #576622;
 }
 
-#content div.panel div.title div.search div.input input {
+#content div.panel div.panel-heading div.search div.input input {
     border: 1px solid #576622;
 }
 
@@ -3208,7 +3208,7 @@
 }
 
 #header ul#logged-user,
-#content div.panel div.title ul.links,
+#content div.panel div.panel-heading ul.links,
 #content div.panel div.message div.dismiss,
 #content div.panel div.traffic div.legend ul {
     float: right;
@@ -3471,8 +3471,8 @@
     padding: 0;
 }
 
-#login div.title h5,
-#register div.title h5 {
+#login div.panel-heading h5,
+#register div.panel-heading h5 {
     color: #fff;
     margin: 10px;
     padding: 0;
--- a/kallithea/templates/about.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/about.html	Sun Sep 18 20:00:46 2016 +0200
@@ -13,7 +13,7 @@
 
 <div class="panel panel-primary">
   <!-- box / title -->
-  <div class="title">
+  <div class="panel-heading">
     <h5>${_('About')} Kallithea</h5>
   </div>
 
--- a/kallithea/templates/admin/admin.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/admin.html	Sun Sep 18 20:00:46 2016 +0200
@@ -21,7 +21,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/admin/auth/auth_settings.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/auth/auth_settings.html	Sun Sep 18 20:00:46 2016 +0200
@@ -18,7 +18,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     ${h.form(url('auth_settings'))}
--- a/kallithea/templates/admin/defaults/defaults.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/defaults/defaults.html	Sun Sep 18 20:00:46 2016 +0200
@@ -18,7 +18,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/gists/edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/gists/edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -25,7 +25,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/gists/index.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/gists/index.html	Sun Sep 18 20:00:46 2016 +0200
@@ -29,7 +29,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         %if c.authuser.username != 'default':
         <ul class="links">
--- a/kallithea/templates/admin/gists/new.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/gists/new.html	Sun Sep 18 20:00:46 2016 +0200
@@ -25,7 +25,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/gists/show.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/gists/show.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         %if c.authuser.username != 'default':
         <ul class="links">
--- a/kallithea/templates/admin/my_account/my_account.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/my_account/my_account.html	Sun Sep 18 20:00:46 2016 +0200
@@ -15,7 +15,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/notifications/notifications.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/notifications/notifications.html	Sun Sep 18 20:00:46 2016 +0200
@@ -16,7 +16,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/notifications/show_notification.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/notifications/show_notification.html	Sun Sep 18 20:00:46 2016 +0200
@@ -18,7 +18,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <div class="table">
--- a/kallithea/templates/admin/permissions/permissions.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/permissions/permissions.html	Sun Sep 18 20:00:46 2016 +0200
@@ -18,7 +18,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/repo_groups/repo_group_add.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repo_groups/repo_group_add.html	Sun Sep 18 20:00:46 2016 +0200
@@ -20,7 +20,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/admin/repo_groups/repo_group_edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -29,7 +29,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         ${self.breadcrumbs_side_links()}
     </div>
--- a/kallithea/templates/admin/repo_groups/repo_groups.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repo_groups/repo_groups.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
             %if h.HasPermissionAny('hg.admin')():
--- a/kallithea/templates/admin/repos/repo_add.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repos/repo_add.html	Sun Sep 18 20:00:46 2016 +0200
@@ -26,7 +26,7 @@
 <%def name="main()">
     <div class="panel panel-primary">
         <!-- box / title -->
-        <div class="title">
+        <div class="panel-heading">
             ${self.breadcrumbs()}
         </div>
         <%include file="repo_add_base.html"/>
--- a/kallithea/templates/admin/repos/repo_creating.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repos/repo_creating.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/repos/repo_edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repos/repo_edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 <%def name="main()">
 ${self.repo_context_bar('options')}
 <div class="panel panel-primary" style="overflow:auto">
-    <!--<div class="title">-->
+    <!--<div class="panel-heading">-->
         <!--${self.breadcrumbs()}-->
     <!--</div>-->
 
--- a/kallithea/templates/admin/repos/repos.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/repos/repos.html	Sun Sep 18 20:00:46 2016 +0200
@@ -14,7 +14,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
 
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
          %if h.HasPermissionAny('hg.admin','hg.create.repository')():
--- a/kallithea/templates/admin/settings/settings.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/settings/settings.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/user_groups/user_group_add.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/user_groups/user_group_add.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/admin/user_groups/user_group_edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/user_groups/user_group_edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/user_groups/user_groups.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/user_groups/user_groups.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
         %if h.HasPermissionAny('hg.admin', 'hg.usergroup.create.true')():
--- a/kallithea/templates/admin/users/user_add.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/users/user_add.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/admin/users/user_edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/users/user_edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 
 <%def name="main()">
 <div class="panel panel-primary" style="overflow:auto">
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/admin/users/users.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/admin/users/users.html	Sun Sep 18 20:00:46 2016 +0200
@@ -16,7 +16,7 @@
 <%def name="main()">
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
           <li>
--- a/kallithea/templates/changelog/changelog.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/changelog/changelog.html	Sun Sep 18 20:00:46 2016 +0200
@@ -29,7 +29,7 @@
 ${self.repo_context_bar('changelog', c.first_revision.raw_id if c.first_revision else None)}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <div class="table">
--- a/kallithea/templates/changeset/changeset.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/changeset/changeset.html	Sun Sep 18 20:00:46 2016 +0200
@@ -20,7 +20,7 @@
 ${self.repo_context_bar('changelog', c.changeset.raw_id)}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <script>
--- a/kallithea/templates/changeset/changeset_range.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/changeset/changeset_range.html	Sun Sep 18 20:00:46 2016 +0200
@@ -20,7 +20,7 @@
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <div class="table">
--- a/kallithea/templates/compare/compare_diff.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/compare/compare_diff.html	Sun Sep 18 20:00:46 2016 +0200
@@ -21,7 +21,7 @@
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <div class="table">
--- a/kallithea/templates/files/diff_2way.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/diff_2way.html	Sun Sep 18 20:00:46 2016 +0200
@@ -27,7 +27,7 @@
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/files/file_diff.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/file_diff.html	Sun Sep 18 20:00:46 2016 +0200
@@ -16,7 +16,7 @@
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <div>
--- a/kallithea/templates/files/files.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/files.html	Sun Sep 18 20:00:46 2016 +0200
@@ -22,7 +22,7 @@
 ${self.repo_context_bar('files', c.revision)}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
             <li style="color:white">
--- a/kallithea/templates/files/files_add.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/files_add.html	Sun Sep 18 20:00:46 2016 +0200
@@ -25,7 +25,7 @@
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
             <li>
--- a/kallithea/templates/files/files_delete.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/files_delete.html	Sun Sep 18 20:00:46 2016 +0200
@@ -16,7 +16,7 @@
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
             <li>
--- a/kallithea/templates/files/files_edit.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/files/files_edit.html	Sun Sep 18 20:00:46 2016 +0200
@@ -25,7 +25,7 @@
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
             <li>
--- a/kallithea/templates/followers/followers.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/followers/followers.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 ${self.repo_context_bar('followers')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/forks/forks.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/forks/forks.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 ${self.repo_context_bar('showforks')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/index_base.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/index_base.html	Sun Sep 18 20:00:46 2016 +0200
@@ -1,7 +1,7 @@
 <%page args="parent,group_name=''" />
     <div class="panel panel-primary">
         <!-- box / title -->
-        <div class="title">
+        <div class="panel-heading">
             %if c.authuser.username != 'default':
               <ul class="links">
                 <li>
--- a/kallithea/templates/journal/journal.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/journal/journal.html	Sun Sep 18 20:00:46 2016 +0200
@@ -25,7 +25,7 @@
 <%def name="main()">
     <div class="panel panel-primary">
         <!-- box / title -->
-        <div class="title">
+        <div class="panel-heading">
          ${self.breadcrumbs()}
          <ul class="links icon-only-links">
            <li>
--- a/kallithea/templates/journal/public_journal.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/journal/public_journal.html	Sun Sep 18 20:00:46 2016 +0200
@@ -17,7 +17,7 @@
 
 <div class="panel panel-primary">
   <!-- box / title -->
-  <div class="title">
+  <div class="panel-heading">
     <h5>${_('Public Journal')}</h5>
     <ul class="links icon-only-links">
       <li>
--- a/kallithea/templates/password_reset.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/password_reset.html	Sun Sep 18 20:00:46 2016 +0200
@@ -7,7 +7,7 @@
 
 <div id="register">
     <%include file="/base/flash_msg.html"/>
-    <div class="title withlogo">
+    <div class="panel-heading withlogo">
         %if c.site_name:
             <h5>${_('Reset Your Password to %s') % c.site_name}</h5>
         %else:
--- a/kallithea/templates/password_reset_confirmation.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/password_reset_confirmation.html	Sun Sep 18 20:00:46 2016 +0200
@@ -7,7 +7,7 @@
 
 <div id="register">
     <%include file="/base/flash_msg.html"/>
-    <div class="title withlogo">
+    <div class="panel-heading withlogo">
         %if c.site_name:
             <h5>${_('Reset Your Password to %s') % c.site_name}</h5>
         %else:
--- a/kallithea/templates/pullrequests/pullrequest.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/pullrequests/pullrequest.html	Sun Sep 18 20:00:46 2016 +0200
@@ -16,7 +16,7 @@
 ${self.repo_context_bar('showpullrequest')}
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/pullrequests/pullrequest_show.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/pullrequests/pullrequest_show.html	Sun Sep 18 20:00:46 2016 +0200
@@ -19,7 +19,7 @@
 ${self.repo_context_bar('showpullrequest')}
 <div class="panel panel-primary">
   <!-- box / title -->
-  <div class="title">
+  <div class="panel-heading">
     ${self.breadcrumbs()}
   </div>
 
@@ -301,7 +301,7 @@
 </div>
 
 <div class="panel panel-primary">
-    <div class="title">
+    <div class="panel-heading">
       <div class="breadcrumbs">${_('Pull Request Content')}</div>
     </div>
     <div class="table">
--- a/kallithea/templates/pullrequests/pullrequest_show_all.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/pullrequests/pullrequest_show_all.html	Sun Sep 18 20:00:46 2016 +0200
@@ -23,7 +23,7 @@
 
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
         <ul class="links">
           <li>
--- a/kallithea/templates/pullrequests/pullrequest_show_my.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/pullrequests/pullrequest_show_my.html	Sun Sep 18 20:00:46 2016 +0200
@@ -18,7 +18,7 @@
 
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/register.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/register.html	Sun Sep 18 20:00:46 2016 +0200
@@ -7,7 +7,7 @@
 
 <div id="register">
     <%include file="/base/flash_msg.html"/>
-    <div class="title withlogo">
+    <div class="panel-heading withlogo">
         %if c.site_name:
             <h5>${_('Sign Up to %s') % c.site_name}</h5>
         %else:
--- a/kallithea/templates/search/search.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/search/search.html	Sun Sep 18 20:00:46 2016 +0200
@@ -34,7 +34,7 @@
 %endif
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
--- a/kallithea/templates/summary/statistics.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/summary/statistics.html	Sun Sep 18 20:00:46 2016 +0200
@@ -24,7 +24,7 @@
     %>
     <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
--- a/kallithea/templates/summary/summary.html	Sun Sep 18 20:00:46 2016 +0200
+++ b/kallithea/templates/summary/summary.html	Sun Sep 18 20:00:46 2016 +0200
@@ -61,7 +61,7 @@
 %>
 <div class="panel panel-primary">
     <!-- box / title -->
-    <div class="title">
+    <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
     <!-- end box / title -->
@@ -178,7 +178,7 @@
 
 
 <div class="panel panel-primary">
-    <div class="title">
+    <div class="panel-heading">
         <div class="breadcrumbs">
         %if c.repo_changesets:
             ${h.link_to(_('Latest Changes'),h.url('changelog_home',repo_name=c.repo_name))}
@@ -197,7 +197,7 @@
 %if c.readme_data:
 <div id="readme" class="anchor">
 <div class="panel panel-primary" style="background-color: #FAFAFA">
-    <div class="title" title="${_('Readme file from revision %s:%s') % (c.db_repo.landing_rev[0], c.db_repo.landing_rev[1])}">
+    <div class="panel-heading" title="${_('Readme file from revision %s:%s') % (c.db_repo.landing_rev[0], c.db_repo.landing_rev[1])}">
         <div class="breadcrumbs">
             <a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a>
         </div>