From 500092a1812b0f041e3823e1d716d30ad2440d72 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Thu, 17 Mar 2016 10:55:40 -0400 Subject: [PATCH] Only normalize border-style on img --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index decb325..ae57050 100644 --- a/normalize.css +++ b/normalize.css @@ -188,11 +188,11 @@ sub { ========================================================================== */ /** - * Remove border when inside `a` element in IE 8/9/10. + * Correct border-style given when inside `a` element in IE 8/9/10. */ img { - border: 0; + border-style: none; } /**