diff options
| author | Mark Otto <[email protected]> | 2013-01-12 00:20:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 00:20:13 -0800 |
| commit | d034ec74c41df536bc3bdfab8200dbf30031120f (patch) | |
| tree | fc1cfe7ec282ccb4a32c2b4d7ae2a4a6020e8962 | |
| parent | 07a5563a0b27f09e73b148b6bd2dc123d5f05780 (diff) | |
| download | bootstrap-d034ec74c41df536bc3bdfab8200dbf30031120f.tar.xz bootstrap-d034ec74c41df536bc3bdfab8200dbf30031120f.zip | |
fix username navbar text in fluid example for responsive variations
| -rw-r--r-- | fluid.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fluid.html b/fluid.html index f08661aec..242050ab8 100644 --- a/fluid.html +++ b/fluid.html @@ -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"> |
