# HG changeset patch # User domruf # Date 2017-10-29 11:13:13 # Node ID 188450ba880ef2ed482f8d8f6cc07b553291aa4c # Parent 13b202c88e41b4ea497811f714284fe2dc50ffdc less: remove horizontal separator lines between settings groups The separator lines are not necessary - the hanging indentation label should be enough. 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 @@ -163,10 +163,6 @@ div.panel.panel-default:last-child { div.panel.panel-default > div.panel-heading { background: #eee; } -#content div.panel div.form div.form-group { - border-bottom: 1px solid #DDD; - clear: both; -} #content div.panel ul.pagination { margin: 10px 0 0 0; } 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 @@ -191,11 +191,6 @@ div.panel.panel-default > div.panel-head background: #eee; } -#content div.panel div.form div.form-group { - border-bottom: 1px solid #DDD; - clear: both; -} - #content div.panel ul.pagination { margin: 10px 0 0 0; }