Merge pull request #471 from jethrolarson/patch-1

Set base line-height to a decent default.
This commit is contained in:
Leo Horie 2015-03-06 17:10:31 -05:00
commit a59134215c

View file

@ -19,7 +19,7 @@
[class*=',12)'] {width:100%;}
}
html {background:#999;color:#222;font:14px Helvetica;}
html {background:#999;color:#222;font:14px/1.4 Helvetica;}
html,body {margin:0;padding:0;}
header,footer {background:#999;}
nav {text-align:right;}
@ -89,4 +89,4 @@ background-size: 20px 20px;
@-webkit-keyframes logo {
from {opacity:0;-webkit-transform:scale(2) rotate(359deg);}
to {opacity:1;-webkit-transform:scale(1) rotate(0deg);}
}
}