diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-26 22:50:35 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-26 22:50:35 -0400 |
commit | e3d23fd306b1534959199fdf801d70eaee2b5305 (patch) | |
tree | 7f6e4056f70e82193a2e79c0fedc88a1fa1c226d | |
parent | e5219cc98b520a9ce82833432abf17e446e48a95 (diff) | |
download | normalize.css-e3d23fd306b1534959199fdf801d70eaee2b5305.tar.gz normalize.css-e3d23fd306b1534959199fdf801d70eaee2b5305.zip |
Update browser landscape of abbr[title] fixes
-rw-r--r-- | normalize.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/normalize.css b/normalize.css index c3a2113..b3737f9 100644 --- a/normalize.css +++ b/normalize.css @@ -104,8 +104,9 @@ a { } /** - * 1. Remove the bottom border in Chrome 57- and Firefox 39-. - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + * 1. Remove the bottom border in Firefox 39-. + * 2. Add the correct text decoration in Chrome 57-, Edge, IE, Opera, + and Safari. */ abbr[title] { |