diff options
| author | Mark Otto <[email protected]> | 2012-01-27 14:21:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 14:21:17 -0800 |
| commit | 003da1e089edf06c528667009fb59189b5f0e4cc (patch) | |
| tree | 271b162c7b8af4b8c6bb0f7e09d07926a696156a /examples/container-app.html | |
| parent | 6353e5070ae429297bdfb215f17093e4ccbc08f2 (diff) | |
| download | bootstrap-003da1e089edf06c528667009fb59189b5f0e4cc.tar.xz bootstrap-003da1e089edf06c528667009fb59189b5f0e4cc.zip | |
fix inputs in navbar
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 9bf651753..df0e8dba4 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap.css" rel="stylesheet"> + <link href="../docs/assets/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> /* Override some defaults */ html, body { @@ -70,7 +70,7 @@ <body> - <div class="navbar navbar-fixed"> + <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="#">Project name</a> |
