Changeset - 188450ba880e
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 11:13:13
dominikruf@gmail.com
less: remove horizontal separator lines between settings groups

The separator lines are not necessary - the hanging indentation label should be
enough.
2 files changed with 0 insertions and 9 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -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;
 
}
0 comments (0 inline, 0 general)