Skip to content

Commit e0499f0

Browse files
committed
css(hr): remove box-sizing
See necolas/normalize.css#817
1 parent 4de3eba commit e0499f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modernize.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ h1 {
4646
========================================================================== */
4747

4848
/**
49-
* 1. Add the correct box sizing in Firefox.
49+
* 1. Add the correct height in Firefox.
5050
* 2. Show the overflow in Edge and IE.
5151
*/
5252

5353
hr {
54-
box-sizing: content-box; /* 1 */
5554
height: 0; /* 1 */
5655
overflow: visible; /* 2 */
5756
}

0 commit comments

Comments
 (0)