Changeset - 22a23f38e472
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 20:08:31
dominikruf@gmail.com
less: remove vertical-align: inherit for .radio-inline and .checkbox-inline

The effect is minimal and I'd argue it looks even a little bit better without it.
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -70,10 +70,6 @@ a.permalink {
 
.panel-heading:hover .permalink {
 
  visibility: visible;
 
}
 
.radio-inline,
 
.checkbox-inline {
 
  vertical-align: inherit;
 
}
 
.navbar-inverse {
 
  border: none;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -77,10 +77,6 @@ a.permalink {
 
  visibility: visible;
 
}
 

	
 
.radio-inline,
 
.checkbox-inline {
 
  vertical-align: inherit;
 
}
 
.navbar-inverse {
 
  border: none;
 
}
0 comments (0 inline, 0 general)