diff -r 000000000000 -r d970ebf37754 wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css Wed Nov 06 03:21:17 2013 +0000 @@ -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; +}