diff options
| author | Mark Otto <[email protected]> | 2013-08-18 18:44:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 18:44:40 -0700 |
| commit | 1bc13c659f1cadd66f1081c1a4f14a11c3b7cbf4 (patch) | |
| tree | 015d410c6391a991e03c6af4136e5d56e1f3bf20 /examples | |
| parent | 7241d7beb7c468d0573e469d2ad992072941324d (diff) | |
| download | bootstrap-1bc13c659f1cadd66f1081c1a4f14a11c3b7cbf4.tar.xz bootstrap-1bc13c659f1cadd66f1081c1a4f14a11c3b7cbf4.zip | |
don't include other navbar links in non responsive docs; use generic links
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/non-responsive/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index d56e3aef1..a5fd883bd 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -56,9 +56,9 @@ </li> </ul> <ul class="nav navbar-nav navbar-right"> - <li><a href="../navbar/">Default</a></li> - <li><a href="../navbar-static-top/">Static top</a></li> - <li class="active"><a href="./">Fixed top</a></li> + <li><a href="#">Link</a></li> + <li><a href="#">Link</a></li> + <li><a href="#">Link</a></li> </ul> </div><!--/.nav-collapse --> </div> |
