aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/cover/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 14:02:38 -0800
committerMark Otto <[email protected]>2014-12-04 14:02:38 -0800
commit908f776c08bd5a1a04c7e6acdfdce693f943bcec (patch)
tree3bad94ba26b734371083175d157acf111eb74a4a /docs/examples/cover/index.html
parent0d7115928bae457ebfbabc18c62d5c779d2c039b (diff)
downloadbootstrap-908f776c08bd5a1a04c7e6acdfdce693f943bcec.tar.xz
bootstrap-908f776c08bd5a1a04c7e6acdfdce693f943bcec.zip
more rem fixes for examples
Diffstat (limited to 'docs/examples/cover/index.html')
-rw-r--r--docs/examples/cover/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html
index 3bdc4487a..e636b2341 100644
--- a/docs/examples/cover/index.html
+++ b/docs/examples/cover/index.html
@@ -31,12 +31,10 @@
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Cover</h3>
- <nav>
- <ul class="nav masthead-nav">
- <li class="active"><a href="#">Home</a></li>
- <li><a href="#">Features</a></li>
- <li><a href="#">Contact</a></li>
- </ul>
+ <nav class="nav nav-masthead">
+ <a class="nav-link active" href="#">Home</a>
+ <a class="nav-link" href="#">Features</a>
+ <a class="nav-link" href="#">Contact</a>
</nav>
</div>
</div>