diff options
| author | Julian Thilo <[email protected]> | 2013-08-19 00:35:40 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-08-19 00:35:40 +0200 |
| commit | ef68cf8ebdabccfa4bb9126acdc79f0510b04537 (patch) | |
| tree | 10d3f4d46d1d4183b8477fbfcdeaa4c1aace0e81 /examples/theme | |
| parent | 546b2cc614ed57f1068eb455b592d6966d49d2d3 (diff) | |
| download | bootstrap-ef68cf8ebdabccfa4bb9126acdc79f0510b04537.tar.xz bootstrap-ef68cf8ebdabccfa4bb9126acdc79f0510b04537.zip | |
Add new navbar-default class to examples
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 9569d9e82..a44a8220a 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -140,7 +140,7 @@ <h1>Navbars</h1> </div> - <div class="navbar"> + <div class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
