diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:43:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:43:22 -0700 |
| commit | 08d19af710809bb0ac891e4973f451577fde5154 (patch) | |
| tree | 5845d1dd97e65fa70e6ea6a8253b3941390acb9b /components.html | |
| parent | 7481aa73984fd51e6447a2928e339fd8c2e9abc6 (diff) | |
| download | bootstrap-08d19af710809bb0ac891e4973f451577fde5154.tar.xz bootstrap-08d19af710809bb0ac891e4973f451577fde5154.zip | |
Fix remainder of panel default examples and reorder nav links
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components.html b/components.html index 5c09f8079..c54bae85c 100644 --- a/components.html +++ b/components.html @@ -2843,7 +2843,7 @@ body { padding-bottom: 70px; } <p>If there is no panel body, the component moves from panel header to table without interruption.</p> <div class="bs-example"> - <div class="panel"> + <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> @@ -2881,7 +2881,7 @@ body { padding-bottom: 70px; } </div> </div> {% highlight html %} -<div class="panel"> +<div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> @@ -2897,7 +2897,7 @@ body { padding-bottom: 70px; } <h3 id="panels-list-group">With list groups</h3> <p>Easily include full-width <a href="#list-group">list groups</a> within any panel.</p> <div class="bs-example"> - <div class="panel"> + <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> <div class="panel-body"> @@ -2915,7 +2915,7 @@ body { padding-bottom: 70px; } </div> </div> {% highlight html %} -<div class="panel"> +<div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading">Panel heading</div> <div class="panel-body"> |
