Skip to content

Commit

Permalink
Remove description list styles (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Nov 13, 2018
1 parent 7df1e36 commit 9fbadf8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions assets/styles/components/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,6 @@ $ul-margin-bottom: (20 / 14) * 1em !default;
$ul-margin-left: 0 !default;
$ul-padding-left: 2em !default;
$li-li-margin-top: 0 !default;
$dt-margin-top: 0 !default;
$dt-margin-right: 0 !default;
$dt-margin-bottom: 0 !default;
$dt-margin-left: 0 !default;
$dt-font-style: normal !default;
$dt-font-weight: bold !default;
$dd-margin-top: 0 !default;
$dd-margin-right: 0 !default;
$dd-margin-bottom: 0 !default;
$dd-margin-left: 0 !default;
$dd-font-style: italic !default;
$dd-font-weight: normal !default;

//Tables
$table-margin-top: 1.5em !default;
Expand Down

0 comments on commit 9fbadf8

Please sign in to comment.