Make the reset partial compatible with the establish-baseline() mixin. Fixes #859.

This commit is contained in:
JohnAlbin 2012-04-26 17:47:09 +08:00
parent 0de694bd3a
commit 48190e5708

View File

@ -17,7 +17,9 @@
time, mark, audio, video {
@include reset-box-model;
@include reset-font; }
body {
// Unlike Eric's original reset, we reset the html element to be compatible
// with the vertical rhythm mixins.
html {
@include reset-body; }
ol, ul {
@include reset-list-style; }