changeset 194 | 32102edaa81b |
child 204 | 09a1c134465b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,13 @@ +/* +Distraction Free Writing mode TinyMCE Styles +*/ + +html, +body { + background: transparent; + width: auto !important; + max-width: none !important; + margin: 0 !important; + padding: 0 !important; + min-height: 0 !important; +}