aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorEvan Winslow <evan.b.winslow@gmail.com>2010-06-24 21:08:55 +0000
committerEvan Winslow <evan.b.winslow@gmail.com>2010-06-24 21:08:55 +0000
commitf9bebb9bf5580d922cca3715ef852cd28c12ff5c (patch)
treed3b83eabbf16046a5f1b8915dc2f8d1ce7f3a5f1 /views
parent1f8af59dc552d1a825d3575bff8e7ed403d125ba (diff)
downloadelgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.gz
elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.bz2
Added IE support to html5 plugin
Diffstat (limited to 'views')
-rw-r--r--views/default/html5/css.php2
-rw-r--r--views/default/scripts/html5.php3
2 files changed, 5 insertions, 0 deletions
diff --git a/views/default/html5/css.php b/views/default/html5/css.php
new file mode 100644
index 000000000..eae9c7d13
--- /dev/null
+++ b/views/default/html5/css.php
@@ -0,0 +1,2 @@
+article, aside, details, figcaption, figure, footer, header, hgroup,
+menu, nav, section { display: block; }
diff --git a/views/default/scripts/html5.php b/views/default/scripts/html5.php
new file mode 100644
index 000000000..82ad63146
--- /dev/null
+++ b/views/default/scripts/html5.php
@@ -0,0 +1,3 @@
+<!--[if lt IE 9]>
+<script src="http://html5shim.googlecode.com/svn/trunk/html5-els.js"></script>
+<![endif]--> \ No newline at end of file