diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:42:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:42:12 -0700 |
| commit | 2a3018a9a607d984a814d029255ad2465caf4acc (patch) | |
| tree | 4a64b638a538ecacb9e7dc54bdb153521286f0fe /components.html | |
| parent | 20fed789f942bd88d507d7b10ac4432b9a854178 (diff) | |
| download | bootstrap-2a3018a9a607d984a814d029255ad2465caf4acc.tar.xz bootstrap-2a3018a9a607d984a814d029255ad2465caf4acc.zip | |
Fix broken tables in panel groups example
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 49f4c3910..5c09f8079 100644 --- a/components.html +++ b/components.html @@ -2786,7 +2786,7 @@ body { padding-bottom: 70px; } <h3 id="panels-tables">With tables</h3> <p>Add any non-bordered <code>.table</code> within a panel for a seamless design. If there is a <code>.panel-body</code>, we add an extra border to the top of the table for separation.</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"> @@ -2827,7 +2827,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"> |
