aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/sass.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-29 23:17:36 -0800
committerMark Otto <[email protected]>2014-11-29 23:17:36 -0800
commit65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (patch)
tree907bb9f49bc92bae2c44d32e4dc3d906b38b3c7f /docs/_includes/css/sass.html
parent9928144dc4e8301ee0dd02ac073682d789b2adb1 (diff)
parentdb4e5efb8f1ddf1720f20440bdc1e050f98e78e0 (diff)
downloadbootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.tar.xz
bootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.zip
Merge pull request #15133 from patrickhlauke/docs-table-fixes
Fixes to scope
Diffstat (limited to 'docs/_includes/css/sass.html')
-rw-r--r--docs/_includes/css/sass.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/css/sass.html b/docs/_includes/css/sass.html
index 2d5fabbcd..35739ddc6 100644
--- a/docs/_includes/css/sass.html
+++ b/docs/_includes/css/sass.html
@@ -15,27 +15,27 @@
</thead>
<tbody>
<tr>
- <th><code>lib/</code></th>
+ <th scope="row"><code>lib/</code></th>
<td>Ruby gem code (Sass configuration, Rails and Compass integrations)</td>
</tr>
<tr>
- <th><code>tasks/</code></th>
+ <th scope="row"><code>tasks/</code></th>
<td>Converter scripts (turning upstream Less to Sass)</td>
</tr>
<tr>
- <th><code>test/</code></th>
+ <th scope="row"><code>test/</code></th>
<td>Compilation tests</td>
</tr>
<tr>
- <th><code>templates/</code></th>
+ <th scope="row"><code>templates/</code></th>
<td>Compass package manifest</td>
</tr>
<tr>
- <th><code>vendor/assets/</code></th>
+ <th scope="row"><code>vendor/assets/</code></th>
<td>Sass, JavaScript, and font files</td>
</tr>
<tr>
- <th><code>Rakefile</code></th>
+ <th scope="row"><code>Rakefile</code></th>
<td>Internal tasks, such as rake and convert</td>
</tr>
</tbody>