Skip to content

Commit

Permalink
Remove screen flicker fix required by IE 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Sep 24, 2013
1 parent a1388f2 commit 6005c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,6 @@ Options -MultiViews
# Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
# </IfModule>

# ------------------------------------------------------------------------------
# | Screen flicker |
# ------------------------------------------------------------------------------

# Stop screen flicker in IE on CSS rollovers (this only works in
# combination with the `ExpiresByType` directives for images from below).

# BrowserMatch "MSIE" brokenvary=1
# BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
# BrowserMatch "Opera" !brokenvary
# SetEnvIf brokenvary 1 force-no-vary


# ##############################################################################
# # MIME TYPES AND ENCODING #
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### HEAD

* Remove `screen flicker` fix required by IE 6.

### 1.1.0 (July 27, 2013)

* Remove Chrome Frame HTTP header hint
* Remove Chrome Frame HTTP header hint.

### 1.0.0 (July 27, 2013)

0 comments on commit 6005c96

Please sign in to comment.