changeset 7065:554b29ebb42e

less: use Bootstrap default style for panel (with custom variable values) For now, keep custom css for heading font styling and hiding the panel border.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 21:33:01 +0200
parents 05c48b611c1a
children 61743ed3c7be
files kallithea/public/less/style.less
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Fri Oct 27 18:59:58 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 21:33:01 2017 +0200
@@ -154,16 +154,9 @@
   border: none;
 }
 div.panel div.panel-heading {
-  background-color: #577632;
   font-size: 14px;
   font-weight: 700;
 }
-div.panel.panel-default:last-child {
-  margin-bottom: 0;
-}
-div.panel.panel-default > div.panel-heading {
-  background: #eee;
-}
 
 #content div.panel ul.pagination {
   margin: 10px 0 0 0;