Skip to content

Commit

Permalink
ie8 is not support opacity css prop, so we apply legacy styles and js…
Browse files Browse the repository at this point in the history
… for it
  • Loading branch information
coffeeich committed Mar 29, 2013
1 parent b178935 commit de265f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% endblock %}

{{ inject_theme_styles() }}
<!--[if lte IE 7]>
<!--[if lte IE 8]>
{{ inject_legacy_support_styles() }}
{{ inject_legacy_support_script() }}
<![endif]-->
Expand All @@ -21,4 +21,4 @@

{{ inject_controller_script() }}
</body>
</html>
</html>

0 comments on commit de265f6

Please sign in to comment.