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 | aaf80d410a24b280c141bdc267056b1dde089089 (patch) | |
| tree | 481dadc43e02fda28ed954f59832f131eecd659d /docs/examples/fluid.html | |
| parent | 19e2ad0eb64c0e6bd40557c2ce3585702b54f6f9 (diff) | |
| download | bootstrap-aaf80d410a24b280c141bdc267056b1dde089089.tar.xz bootstrap-aaf80d410a24b280c141bdc267056b1dde089089.zip | |
fix username navbar text in fluid example for responsive variations
Diffstat (limited to 'docs/examples/fluid.html')
| -rw-r--r-- | docs/examples/fluid.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index f08661aec..242050ab8 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/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"> |
