Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zurb/foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Jan 14, 2013
2 parents 7ac8535 + 0a8de2c commit 7bb1c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/foundation/common/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
select { width: 100%; }

/* Fieldsets */
fieldset { border: solid 1px #ddd; @include border-radius($fieldsetBorderRadius); padding: 12px 12px 0; margin: 18px 0;
fieldset { border: solid 1px #ddd; @include border-radius($fieldsetBorderRadius); padding: 12px; margin: 18px 0;

legend { font-weight: bold; background: $white; padding: 0 3px; margin: 0; margin-#{$defaultFloat}: -3px; }
}
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation/components/modules/_mqueries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
}

.block-grid {
&>li { clear: none !important; }
&>li { clear: none; }
@for $i from 1 through $blockGridElements {
&.mobile-#{convert-number-to-word($i)}-up>li {
width: 100%/$i;
Expand Down

0 comments on commit 7bb1c6a

Please sign in to comment.