Skip to content

Commit

Permalink
Accounted for form fields and legends with a background-light
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarquharson committed Sep 10, 2012
1 parent 80cebda commit 8caec14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/grids/sass/includes/_form.scss
Expand Up @@ -42,6 +42,16 @@
margin-left: 10px;
margin-right: 10px;
}

& > fieldset {
margin-left: 0;
margin-right: 0;
}

& > legend {
margin-left: 10px;
margin-right: 10px;
}

#{headings(2,6)} {
margin-left: 10px;
Expand Down

0 comments on commit 8caec14

Please sign in to comment.