##// END OF EJS Templates
Fixing casperjs tests to run on casperjs 1.0.x.
Fixing casperjs tests to run on casperjs 1.0.x.

File last commit:

r14984:7b3971e5
r15081:40ee6031
Show More
menubar.less
25 lines | 374 B | text/x-less | LessCssLexer
#menubar {
}
#menubar .navbar-inner {
min-height: 28px;
border-top: 1px;
border-radius: 0px 0px @baseBorderRadius @baseBorderRadius;
}
#menubar .navbar {
margin-bottom: 8px;
}
.nav-wrapper {
border-bottom: 1px solid @navbarBorder;
}
#menubar li.dropdown {
line-height: 12px;
}
i.menu-icon {
// add padding to account for float-right
padding-top: 4px;
}