Changeset - 850096e57fe8
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2018-01-04 21:21:53
dominikruf@gmail.com
less: cleanup panel-heading style

- override @headings-font-weight instead of using custom style
- remove font-size: 14px it is already the default
2 files changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-variables.less
Show inline comments
 
@@ -27,6 +27,7 @@
 
@nav-pills-active-link-hover-bg:    @navbar-inverse-bg;
 
@dropdown-link-color:               @navbar-inverse-color;
 
@dropdown-bg:                       @navbar-inverse-bg;
 
@headings-font-weight:              700;
 

	
 
/* custom variables */
 
@highlight-color:                   #FAFFA6;
kallithea/public/less/style.less
Show inline comments
 
@@ -204,10 +204,6 @@ textarea.form-control {
 
div.panel-primary {
 
  border: none;
 
}
 
div.panel div.panel-heading {
 
  font-size: 14px;
 
  font-weight: 700;
 
}
 

	
 
/* no extra vertical margin */
 
#content div.panel ul.pagination {
0 comments (0 inline, 0 general)