Add border-box by default
This commit is contained in:
parent
4d39cb9e18
commit
af17da0ca8
@ -17,6 +17,13 @@ body {
|
||||
ol, ul {
|
||||
list-style: none; }
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
blockquote, q {
|
||||
quotes: none; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user