Add a CSS reset

master
rnhmjoj 2015-04-08 23:25:23 +02:00
parent c9ca8b1016
commit a7bffb5ef6
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
@import url(http://reset5.googlecode.com/hg/reset.min.css);
html, body {overflow: auto, box-sizing: border-box}
body, input {font-size: 1.1em;}