new-life-songs/resources/webapp/css/reset.scss

15 lines
278 B
SCSS
Raw Normal View History

2015-03-03 03:27:05 +00:00
/// Global Rules
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
/* HTML5 elements */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block; }