Created
February 20, 2014 16:17
-
-
Save chilinaz/9117392 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, *:before, *:after { | |
/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */ | |
-webkit-box-sizing: border-box; | |
/* Firefox (desktop or Android) 28- */ | |
-moz-box-sizing: border-box; | |
/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */ | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment