This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
202 B
CSS
Raw Normal View History

2013-04-25 10:22:36 +10:00
/* To fix out title bar. */
@media (min-width: 980px) {
.navbar.navbar-fixed-top {
position: fixed;
}
.subnavbar {
padding-top: 56px;
}
}
.pull-right > .dropdown-menu {
right: auto;
}