diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css --- /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; +}