Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_reset-filter.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_reset-filter.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_reset-filter.scss b/assets/stylesheets/bootstrap/mixins/_reset-filter.scss
index bf73051..044b349 100644
--- a/assets/stylesheets/bootstrap/mixins/_reset-filter.scss
+++ b/assets/stylesheets/bootstrap/mixins/_reset-filter.scss
@@ -1,8 +1,8 @@
// Reset filters for IE
//
// When you need to remove a gradient background, do not forget to use this to reset
-// the IE filter for IE9 and below.
+// the IE filter for IE9.
@mixin reset-filter() {
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}