Skip to content

Commit

Permalink
fix(styleguide): remove extraneous empty divs from table docs
Browse files Browse the repository at this point in the history
[Finishes #81124514]

Signed-off-by: Nigel Pepper <npepper@pivotal.io>
  • Loading branch information
stubbornella authored and Nigel Pepper committed Oct 21, 2014
1 parent 5fafc7c commit 87c7f9d
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/pivotal-ui/components/whitespace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ parent: list
Most lists come with built in default spacing that should work for you. However, if you find yourself needing to modify the spacing, you should do that with list spacing classes rather than whitespace classes. A single class can be applied to the list and all direct children will be modified.
The classes are constructed by specifying `<type><location><size>`.
<table>
<tbody><tr>
<table class="styleguide">
<tbody>
<tr>
<th scope="col" colspan="3" class="txtL"><strong>Type:</strong></th>
</tr>
<tr>
Expand Down Expand Up @@ -112,16 +115,8 @@ The classes are constructed by specifying `<type><location><size>`.
<td>none</td>
<td>Sets any existing space to 0</td>
</tr>
</tbody></table>
<div class="row">
<div class="col-md-12">
</div>
<div class="col-md-12">
</div>
</div>
</tbody>
</table>
#### Vertical Spacing Options
Expand Down

0 comments on commit 87c7f9d

Please sign in to comment.