From 138dd8911f338ccaed4a359820737bd83c3cf890 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Thu, 18 Dec 2014 16:24:26 -0800 Subject: [PATCH] Hide SVG icons for IE8 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 72bf0d1..772e315 100644 --- a/style.css +++ b/style.css @@ -78,6 +78,10 @@ a:visited { width: 16px; } +.indexcolicon { + display: none\9; +} + td img { display: block; width: 100%;