]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Headings docs: use put <hN>s within <td>s instead of <th>s
authorChris Rebert <code@rebertia.com>
Mon, 12 Aug 2013 23:40:42 +0000 (16:40 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 13 Aug 2013 00:43:38 +0000 (17:43 -0700)
assets/css/docs.css
css.html

index 196fe1f2c803cf521cf5e470f4296bb296440c4a..b5725c9236be1ed0f40c14851034756fdf60ef45 100644 (file)
@@ -414,17 +414,15 @@ body {
 }
 
 /* Typography */
-.bs-example-type .table td {
+.bs-example-type .table td:last-child {
   color: #999;
   vertical-align: middle;
 }
-.bs-example-type .table td,
-.bs-example-type .table th {
+.bs-example-type .table td {
   padding: 15px 0;
   border-color: #eee;
 }
-.bs-example-type .table tr:first-child td,
-.bs-example-type .table tr:first-child th {
+.bs-example-type .table tr:first-child td {
   border-top: 0;
 }
 .bs-example-type h1,
index 1e73737f379e336e3d3610eff895b17063071d42..f035ff616fb5af6769dd53c185ec3725143c8b53 100644 (file)
--- a/css.html
+++ b/css.html
@@ -585,27 +585,27 @@ base_url: "../"
       <table class="table">
         <tbody>
           <tr>
-            <th><h1>Bootstrap heading</h1></th>
+            <td><h1>Bootstrap heading</h1></td>
             <td>Semibold 38px</td>
           </tr>
           <tr>
-            <th><h2>Bootstrap heading</h2></th>
+            <td><h2>Bootstrap heading</h2></td>
             <td>Semibold 32px</td>
           </tr>
           <tr>
-            <th><h3>Bootstrap heading</h3></th>
+            <td><h3>Bootstrap heading</h3></td>
             <td>Semibold 24px</td>
           </tr>
           <tr>
-            <th><h4>Bootstrap heading</h4></th>
+            <td><h4>Bootstrap heading</h4></td>
             <td>Semibold 18px</td>
           </tr>
           <tr>
-            <th><h5>Bootstrap heading</h5></th>
+            <td><h5>Bootstrap heading</h5></td>
             <td>Semibold 16px</td>
           </tr>
           <tr>
-            <th><h6>Bootstrap heading</h6></th>
+            <td><h6>Bootstrap heading</h6></td>
             <td>Semibold 12px</td>
           </tr>
         </tbody>