Skip to content

Commit

Permalink
Remove margin from h3s in admin document lists
Browse files Browse the repository at this point in the history
* Bootstrap 2.3.2 adds a default margin to h3s
* In this case it’s undesirable, styles now match 2.0.3
  • Loading branch information
fofr committed Aug 19, 2014
1 parent 7c6cd41 commit c0d3404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/admin/helpers/_document_list.scss
Expand Up @@ -13,6 +13,7 @@
h2, h3 {
@include core-16;
margin-top: $gutter-one-sixth;
margin-bottom: 0;
}

ul {
Expand Down

0 comments on commit c0d3404

Please sign in to comment.