diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-28 21:02:33 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-28 21:02:33 -0400 |
commit | 1880b36408d010c05efd561f7c096907cc0b4d0d (patch) | |
tree | 6f6ab9a832666718723217ea57147542340daf1a | |
parent | 2c6376d3b86d25f651cd5428ca88943a1c7402d3 (diff) | |
download | normalize.css-1880b36408d010c05efd561f7c096907cc0b4d0d.tar.gz normalize.css-1880b36408d010c05efd561f7c096907cc0b4d0d.zip |
Remove sub and sup opinionated resets
-rw-r--r-- | normalize.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/normalize.css b/normalize.css index 1e98d10..4f08fe4 100644 --- a/normalize.css +++ b/normalize.css @@ -170,27 +170,6 @@ small { font-size: 80%; } -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - /* Embedded content ========================================================================== */ |