aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'views/default')
-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