Commit 5715c732 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add full-screen class meaningful when this will be accepted by W3C.

parent d966d77a
......@@ -98,7 +98,12 @@
margin-right: 5px;\n
}\n
\n
div:-webkit-full-screen {\n
div:full-screen {\n
width: 100% !important;\n
height: 100% !important;\n
}\n
\n
div:-webkit-full-screen {\n
width: 100% !important;\n
height: 100% !important;\n
}\n
......
2012-02-11 arnaud.fontaine
* Add full-screen class meaningful when this will be accepted by W3C.
2012-01-25 arnaud.fontaine
* Initial release.
\ No newline at end of file
2
\ No newline at end of file
3
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment