14 lines
202 B
CSS
14 lines
202 B
CSS
/* 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;
|
|
}
|