changeset 7047:188450ba880e

less: remove horizontal separator lines between settings groups The separator lines are not necessary - the hanging indentation label should be enough.
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 11:13:13 +0100
parents 13b202c88e41
children 5e5c95c3a03d
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Oct 26 23:03:07 2017 +0200
+++ b/kallithea/public/css/style.css	Sun Oct 29 11:13:13 2017 +0100
@@ -163,10 +163,6 @@
 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;
 }
--- a/kallithea/public/less/style.less	Thu Oct 26 23:03:07 2017 +0200
+++ b/kallithea/public/less/style.less	Sun Oct 29 11:13:13 2017 +0100
@@ -191,11 +191,6 @@
   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;
 }