# HG changeset patch # User domruf # Date 2017-10-27 21:33:01 # Node ID 554b29ebb42e8550ea203c86249bb777f28b71c6 # Parent 05c48b611c1a91216242c4caa0bb066dfeaec426 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. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -154,16 +154,9 @@ div.panel-primary { 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;