Skip to content

Commit

Permalink
Remove MS/O prefixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Apr 24, 2012
1 parent e4f7aec commit 6bcbe86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grid.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Column container
margin: 0 0 0 1.7%; margin: 0 0 0 1.7%;
-webkit-box-sizing: border-box; /* Allow padding & borders on grids without breaking. IE8+ */ -webkit-box-sizing: border-box; /* Allow padding & borders on grids without breaking. IE8+ */
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
vertical-align: top; vertical-align: top;
} }
Expand Down

0 comments on commit 6bcbe86

Please sign in to comment.