You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
337 B

11 years ago
@import "fonts";
body, html {
font-size: 12px;
line-height: 1.5;
font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
height: 100%;
margin: 0;
padding: 0;
background: #FFF;
-webkit-font-smoothing: subpixel-antialiased;
&.noscroll {
overflow: hidden;
}
}
body { overflow-y: scroll; }