0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

fix username navbar text in fluid example for responsive variations

This commit is contained in:
Mark Otto 2013-01-12 00:20:13 -08:00
parent 07a5563a0b
commit d034ec74c4

View File

@ -17,6 +17,15 @@
.sidebar-nav {
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>
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">