diff kallithea/templates/admin/gists/show.html @ 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 d27572fa323c
line wrap: on
line diff
--- 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">