aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 23:43:51 +0200
committerMark Otto <[email protected]>2013-09-01 23:46:23 +0200
commit8df05b95df85cdd636bcc47c5667c8a198b389df (patch)
tree7a3977d88091abfd630fae287ce5f9e9143f2407 /examples/theme
parentde82c807847c18b0faaba3c438714d353179247b (diff)
downloadbootstrap-8df05b95df85cdd636bcc47c5667c8a198b389df.tar.xz
bootstrap-8df05b95df85cdd636bcc47c5667c8a198b389df.zip
Remove links to navbar examples from example navbars in Theme example--nullifies #9894
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html
index 71b612e86..2d8925a16 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -65,7 +65,7 @@
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
- <p><a class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
+ <p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
</div>
@@ -156,11 +156,6 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></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>
- </ul>
</div><!--/.nav-collapse -->
</div>
</div>
@@ -181,11 +176,6 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></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>
- </ul>
</div><!--/.nav-collapse -->
</div>
</div>