diff --git a/normalize.css b/normalize.css index aa47965..6ad7071 100644 --- a/normalize.css +++ b/normalize.css @@ -134,6 +134,16 @@ dfn { font-style: italic; } +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + /** * Address styling not present in IE 8/9. */