Commit 17808731 authored by Tom Pietschker's avatar Tom Pietschker

forgot navbar-fixed-bottom in the commit

parent ba7b1e82
...@@ -890,7 +890,7 @@ title: Components ...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment