diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-06-24 21:08:55 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-06-24 21:08:55 +0000 |
commit | f9bebb9bf5580d922cca3715ef852cd28c12ff5c (patch) | |
tree | d3b83eabbf16046a5f1b8915dc2f8d1ce7f3a5f1 /views/default/html5 | |
parent | 1f8af59dc552d1a825d3575bff8e7ed403d125ba (diff) | |
download | elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.gz elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.bz2 |
Added IE support to html5 plugin
Diffstat (limited to 'views/default/html5')
-rw-r--r-- | views/default/html5/css.php | 2 |
1 files changed, 2 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; }
|