# HG changeset patch # User domruf # Date 2017-10-29 01:31:02 # Node ID f470ea0a35d243be75721f7477c879deeafea476 # Parent 22dfe2da4fc382f0be0da9496d587200d9495d0a less: remove margin in .panel-heading - looks fine without it diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -165,12 +165,6 @@ div.panel.panel-default:last-child { div.panel.panel-default > div.panel-heading { background: #eee; } -#content div.panel div.panel-heading .pull-left { - margin-right: 10px; -} -#content div.panel div.panel-heading .pull-right { - margin-left: 10px; -} #content div.panel div.form div.form-group { border-bottom: 1px solid #DDD; clear: both; 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 @@ -186,12 +186,6 @@ div.panel.panel-default:last-child { div.panel.panel-default > div.panel-heading { background: #eee; } -#content div.panel div.panel-heading .pull-left { - margin-right: 10px; -} -#content div.panel div.panel-heading .pull-right { - margin-left: 10px; -} #content div.panel div.form div.form-group { border-bottom: 1px solid #DDD;