Changeset - 554b29ebb42e
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-27 21:33:01
dominikruf@gmail.com
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.
1 file changed with 0 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)