diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 16:40:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:43:38 -0700 |
| commit | 81ab8ffae0a89e38c105753fc865882e6345b232 (patch) | |
| tree | 60715752076de8d7c4a2ec052c91589ac8d43968 /assets/css | |
| parent | 520bc8cf37c0b5424427d22ecc3190b6abf461d7 (diff) | |
| download | bootstrap-81ab8ffae0a89e38c105753fc865882e6345b232.tar.xz bootstrap-81ab8ffae0a89e38c105753fc865882e6345b232.zip | |
Headings docs: use put <hN>s within <td>s instead of <th>s
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/docs.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 196fe1f2c..b5725c923 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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, |
