From 635ee36e11d4e981b06034057e4990e2e63eec2a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Mar 2012 18:03:59 -0800 Subject: fix gradient mixins by escaping them, add notes on progress bars --- docs/components.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 28061fb05..7425b8e6a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1770,7 +1770,7 @@

Striped

-

Uses a gradient to create a striped effect.

+

Uses a gradient to create a striped effect (no IE).

@@ -1783,7 +1783,7 @@

Animated

-

Takes the striped example and animates it.

+

Takes the striped example and animates it (no IE).

@@ -1838,8 +1838,8 @@

Browser support

-

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.

-

Opera does not support animations at this time.

+

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

+

Opera and IE do not support animations at this time.

-- cgit v1.2.3