<pclass="navbar-text pull-right">Signed in as <ahref="#"class="navbar-link">Mark Otto</a></p>
...
...
@@ -1328,7 +1326,7 @@ base_url: "../"
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand"href="#">Title</a>
<aclass="navbar-brand"href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
...
...
@@ -1369,7 +1367,7 @@ body { padding-top: 70px; }
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand"href="#">Title</a>
<aclass="navbar-brand"href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
...
...
@@ -1410,7 +1408,7 @@ body { padding-bottom: 70px; }
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand"href="#">Title</a>
<aclass="navbar-brand"href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
...
...
@@ -1442,7 +1440,7 @@ body { padding-bottom: 70px; }
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand"href="#">Title</a>
<aclass="navbar-brand"href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
...
...
@@ -1865,7 +1863,7 @@ body { padding-bottom: 70px; }
<divclass="caption">
<h3>Thumbnail label</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
@@ -1875,7 +1873,7 @@ body { padding-bottom: 70px; }
<divclass="caption">
<h3>Thumbnail label</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
@@ -1885,7 +1883,7 @@ body { padding-bottom: 70px; }
<divclass="caption">
<h3>Thumbnail label</h3>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
@@ -2403,7 +2401,7 @@ body { padding-bottom: 70px; }
<p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading.</p>
<divclass="bs-example">
<divclass="panel">
<divclass="panel-heading">Panel heading</div>
<divclass="panel-heading">Panel heading without title</div>
<divclass="panel-body">
Panel content
</div>
...
...
@@ -2419,7 +2417,7 @@ body { padding-bottom: 70px; }
</div>
{% highlight html %}
<divclass="panel">
<divclass="panel-heading">Panel heading</div>
<divclass="panel-heading">Panel heading without title</div>
<divclass="panel-body">
Panel content
</div>
...
...
@@ -2436,7 +2434,7 @@ body { padding-bottom: 70px; }
{% endhighlight %}
<h3id="panels-footer">Panel with footer</h3>
<p>Wrap buttons or secondary text in <code>.panel-footer</code>.</p>
<p>Wrap buttons or secondary text in <code>.panel-footer</code>. Note that panel footers <strong>do not</strong> inherit colors and borders when using contextual variations as they are not meant to be in the foreground.</p>