diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:48:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:48:05 -0800 |
| commit | 4dc6f44796c2b73d40f72fff0f809cc3f87b7343 (patch) | |
| tree | 230bc8e97a992fad94e06fcfe788c416a02036a3 /docs/examples/dashboard/index.html | |
| parent | 2239ea6b5346cb9dbc53e0a31f18cd728d62c0a2 (diff) | |
| download | bootstrap-4dc6f44796c2b73d40f72fff0f809cc3f87b7343.tar.xz bootstrap-4dc6f44796c2b73d40f72fff0f809cc3f87b7343.zip | |
update docs and examples to use new utils
Diffstat (limited to 'docs/examples/dashboard/index.html')
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 650b39675..954a1132b 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -17,7 +17,7 @@ </head> <body> - <nav class="navbar navbar-toggleable-md navbar-inverse navbar-fixed-top bg-inverse"> + <nav class="navbar navbar-toggleable-md navbar-inverse fixed-top bg-inverse"> <button class="navbar-toggler navbar-toggler-right hidden-lg-up" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> |
