aboutsummaryrefslogtreecommitdiff
path: root/mod/habitorio_theme/views/default/css/ie.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/habitorio_theme/views/default/css/ie.php')
-rw-r--r--mod/habitorio_theme/views/default/css/ie.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/habitorio_theme/views/default/css/ie.php b/mod/habitorio_theme/views/default/css/ie.php
new file mode 100644
index 000000000..4bddd4d55
--- /dev/null
+++ b/mod/habitorio_theme/views/default/css/ie.php
@@ -0,0 +1,8 @@
+/**
+ * CSS for IE8 and above
+ */
+
+/* ie8 does not like shrink wrapping this div with inline-block */
+.elgg-avatar {
+ display: block;
+}