diff options
| author | Mark Otto <[email protected]> | 2013-08-18 15:47:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 15:47:29 -0700 |
| commit | c240460f0b38ab2a2bc4f542695a4ca4e1748487 (patch) | |
| tree | 35641cecac7a46779c1c996ffcc5048a14700740 /examples/theme | |
| parent | fa7cc6cafda4f5a9363d17507bf91cba22777749 (diff) | |
| parent | 638db635d7b0c2bd6406d5ff891e92985e4b839b (diff) | |
| download | bootstrap-c240460f0b38ab2a2bc4f542695a4ca4e1748487.tar.xz bootstrap-c240460f0b38ab2a2bc4f542695a4ca4e1748487.zip | |
Merge branch '3.0.0-wip' into glyphicons-LESS-fixes
Conflicts:
dist/css/bootstrap.min.css
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"> |
