From eace1b9838960767e538b4b8801015f7d1d447d9 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Tue, 15 Mar 2011 12:00:22 -0500 Subject: [PATCH] Changed comment from "For IE9 beta" to "For IE9" in SVG fix, since IE9 final retained the SVG overflow bug. --- code/css/uncompressed/reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/css/uncompressed/reset.css b/code/css/uncompressed/reset.css index 9824066..f8dd86f 100755 --- a/code/css/uncompressed/reset.css +++ b/code/css/uncompressed/reset.css @@ -164,7 +164,7 @@ caption { svg { /* - For IE9 beta. + For IE9. */ overflow: hidden; } \ No newline at end of file