Skip to content

Commit

Permalink
Merge branch 'hotfix/2.4.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Sep 10, 2013
2 parents 9a386d2 + 8a5af33 commit 20f5b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/gumby.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,

html { font-size: 16px; line-height: 1.625em; }

html * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { background: white; font-family: "Open Sans"; font-weight: 400; color: #555555; position: relative; -webkit-font-smoothing: antialiased; }
@media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; } }
Expand Down
2 changes: 1 addition & 1 deletion sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@include establish-baseline;

html * {
* {
@include box-sizing(border-box);
}

Expand Down

0 comments on commit 20f5b1a

Please sign in to comment.