Add border-box by default
This commit is contained in:
		@@ -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; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user