SIGN IN SIGN UP

Normalize `hr`

Firefox uses different `box-sizing` and `height` values to all other
browsers. Firefox doesn't currently support `box-sizing` without the
`-moz-` prefix, so we use both the vendor-prefixed and unprefixed
properties to ensure that it matches the `content-box` value of other
browsers. It also requires the `height` to be set to `0`.

Fix gh-133
N
Nicolas Gallagher committed
fdb11ae5b5e63431d6f8bd2496a11c08e9de46c5
Parent: 36fa71d