mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
fix username navbar text in fluid example for responsive variations
This commit is contained in:
parent
07a5563a0b
commit
d034ec74c4
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Reference in a new issue