Skip to content

Commit

Permalink
Fix branded help nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 26, 2013
1 parent 098fb3e commit e62e964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hawtio-web/src/main/webapp/css/site-branding.css
Expand Up @@ -392,3 +392,16 @@ div#main div ul.nav li a.nav-primary {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav.help-sidebar {
/*
background: none;
border-bottom: 0;
*/
max-height: inherit !important;
position: relative;
left: -10px;
}

.nav.help-sidebar li:first-child {
padding-top: 3px;
}

0 comments on commit e62e964

Please sign in to comment.