Changeset - 4d888981c3bc
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-12-13 01:38:52
mads@kiilerich.com
less: simplify logo / brand styling

:hover is not relevant, and the logo only apply to the main menu - not the context menu.
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -55,24 +55,23 @@ a.permalink {
 
  visibility: visible;
 
}
 

	
 
.navbar-inverse {
 
  border: none;
 
}
 
nav.navbar .navbar-brand:hover,
 

	
 
/* logo */
 
nav.navbar .navbar-brand {
 
  font-size: 20px;
 
  padding-top: 12px;
 
  height: 44px;
 
}
 
nav.navbar {
 
  min-height: 44px;
 
}
 

	
 
/* logo */
 
.navbar-brand .branding {
 
nav.navbar.mainmenu .navbar-brand .branding {
 
  &:before {
 
    content: "";
 
    display: inline-block;
 
    margin-right: .2em;
 
    background-image: url(@kallithea-logo-url);
 
    width: @kallithea-logo-width;
0 comments (0 inline, 0 general)