|
|
@ -825,9 +825,18 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//START: FIXES FOR BS3, may need to remove these when we get out of the RC releases
|
|
|
|
@media (max-width: 979px) {
|
|
|
|
@media (max-width: 979px) {
|
|
|
|
.hidden-mobile {
|
|
|
|
.hidden-mobile {
|
|
|
|
// BS2/3's hidden-xs does not support inline-block, so here it is for now.
|
|
|
|
// BS2/3's hidden-xs does not support inline-block, so here it is for now.
|
|
|
|
display: none !important;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.container > .navbar-header, .container > .navbar-collapse {
|
|
|
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
margin-right: -11px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
|