]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken tables in panel groups example
authorMark Otto <otto@github.com>
Mon, 19 Aug 2013 07:42:12 +0000 (00:42 -0700)
committerMark Otto <otto@github.com>
Mon, 19 Aug 2013 07:42:12 +0000 (00:42 -0700)
components.html

index 49f4c3910a55b834c3a5b000d983b6eae45cac9a..5c09f807977bb24029b6ac25533cf2d0f0831dfc 100644 (file)
@@ -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">