0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

forgot navbar-fixed-bottom in the commit

This commit is contained in:
Tom Pietschker 2013-02-19 14:54:56 -05:00
parent ba7b1e8234
commit 1780873173

View File

@ -890,7 +890,7 @@ title: Components
<h3>Fixed to bottom</h3> <h3>Fixed to bottom</h3>
<p>Add <code>.navbar-fixed-bottom</code> instead.</p> <p>Add <code>.navbar-fixed-bottom</code> instead.</p>
<div class="bs-docs-example bs-navbar-bottom-example"> <div class="bs-docs-example bs-navbar-bottom-example">
<div class="navbar navbar-fixed-bottom" style="position: absolute;; bottom: -1px;"> <div class="navbar navbar-fixed-bottom" style="position: absolute; bottom: -1px;">
<div class="container" style="width: auto;"> <div class="container" style="width: auto;">
<a class="navbar-brand" href="#">Title</a> <a class="navbar-brand" href="#">Title</a>
<ul class="nav"> <ul class="nav">