diff options
Diffstat (limited to 'docs/examples')
| -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"> |
