summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/app/shared/_ie.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/app/shared/_ie.scss')
-rw-r--r--app/assets/stylesheets/app/shared/_ie.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/app/shared/_ie.scss b/app/assets/stylesheets/app/shared/_ie.scss
new file mode 100644
index 0000000..afbe7e4
--- /dev/null
+++ b/app/assets/stylesheets/app/shared/_ie.scss
@@ -0,0 +1,7 @@
+// Internet Explorer Hate File.
+// ----------------------------------------
+// Here you'll find all css which it's focused at a specific browser.
+@if in-compatibility-mode() {
+ .ie7 {}
+ .ie8 {}
+} \ No newline at end of file