From f9bebb9bf5580d922cca3715ef852cd28c12ff5c Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 24 Jun 2010 21:08:55 +0000 Subject: Added IE support to html5 plugin --- views/default/html5/css.php | 2 ++ views/default/scripts/html5.php | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 views/default/html5/css.php create mode 100644 views/default/scripts/html5.php (limited to 'views/default') 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 @@ + \ No newline at end of file -- cgit v1.2.3