diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 2bc0bf5c..8f070dc4 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -25,6 +25,8 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * A third argument is now available on the `image-url()` helper. When `true` or `false`, it will enable/disable the cache buster for a single image url. Or when a string, it will be the cache buster used. +* Upgrade CSS3 PIE to 1.0-beta3. +* Bug fixes. 0.11.alpha.1 (11/22/2010) ------------------------- diff --git a/doc-src/content/reference/compass/css3/pie.haml b/doc-src/content/reference/compass/css3/pie.haml index f124e52d..5f096262 100644 --- a/doc-src/content/reference/compass/css3/pie.haml +++ b/doc-src/content/reference/compass/css3/pie.haml @@ -74,6 +74,6 @@ classnames: * For more information see the [css3pie website](http://css3pie.com/). * CSS PIE is written by and copyright to: [Jason Johnston](http://twitter.com/lojjic) - * Compass is using css3pie version 1.0-beta2. It can be upgraded by downloading + * Compass is using css3pie version 1.0-beta3. It can be upgraded by downloading a new behavior file and replacing the one that comes with compass. \ No newline at end of file diff --git a/frameworks/compass/templates/pie/PIE.htc b/frameworks/compass/templates/pie/PIE.htc index 6a40cef4..cfcfd79d 100644 --- a/frameworks/compass/templates/pie/PIE.htc +++ b/frameworks/compass/templates/pie/PIE.htc @@ -1,77 +1,77 @@ - - - - - - - - - - - + + + + diff --git a/frameworks/compass/templates/pie/manifest.rb b/frameworks/compass/templates/pie/manifest.rb index 2622096f..1348c079 100644 --- a/frameworks/compass/templates/pie/manifest.rb +++ b/frameworks/compass/templates/pie/manifest.rb @@ -21,7 +21,7 @@ For more information see: CSS PIE is written by and copyright to: Jason Johnston -Compass is using css3pie version 1.0-beta2. It can be upgraded by downloading +Compass is using css3pie version 1.0-beta3. It can be upgraded by downloading a newer behavior file and replacing the one that comes with compass. } @@ -36,4 +36,4 @@ Unfornately, due to the suckiness of IE, PIE does not work with relative assets. For more information see: http://css3pie.com/ -} \ No newline at end of file +}