From a8299b5b45f9b72829eead235524d2888eb2c03a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Dec 2014 19:06:57 -0800 Subject: Remove ancillary references to IE<9 in comments+docs --- docs/assets/css/src/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index c6660c747..f228255ef 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1550,7 +1550,7 @@ h1[id] { border-color: rgb(204,204,204); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/ border-color: rgba(82,168,236,.8); outline: 0; - outline: thin dotted \9; /* IE6-9 */ + outline: thin dotted \9; /* IE9 */ -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6); } -- cgit v1.2.3