Skip to content

Commit

Permalink
Fixes #5051 Custom Logo rules now are:
Browse files Browse the repository at this point in the history
 * On Login page, custom logo displayed with {{{ width: 240px }}}
 * On dashboard and admin pages, custom logo displayed with  {{{ max-height: 50px; }}}

Please report if you still have some issue (you can delete tmp/assets/* files to re-generate css)
  • Loading branch information
mattab committed May 21, 2014
1 parent 82e3636 commit 81b6343
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/Zeitgeist/stylesheets/ui/_header.less
Expand Up @@ -20,6 +20,10 @@
width: 82px;
margin-top: 14px;
}

img {
max-height: 50px;
}
}

#logo > a {
Expand Down

0 comments on commit 81b6343

Please sign in to comment.