mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
fix username navbar text in fluid example for responsive variations
This commit is contained in:
parent
19e2ad0eb6
commit
aaf80d410a
@ -17,6 +17,15 @@
|
|||||||
.sidebar-nav {
|
.sidebar-nav {
|
||||||
padding: 9px 0;
|
padding: 9px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 980px) {
|
||||||
|
/* Enable use of floated navbar text */
|
||||||
|
.navbar-text.pull-right {
|
||||||
|
float: none;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
|
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user