Skip to content

Commit

Permalink
box-sizing comment
Browse files Browse the repository at this point in the history
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing:
border-box; } // required */
  • Loading branch information
crnacura committed Oct 31, 2014
1 parent 07b03f4 commit 5aad7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/set1.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
@font-face {
font-weight: normal;
font-style: normal;
Expand Down
1 change: 1 addition & 0 deletions css/set2.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.grid {
position: relative;
clear: both;
Expand Down

0 comments on commit 5aad7c0

Please sign in to comment.