wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 /*
       
     2 Distraction Free Writing mode TinyMCE Styles
       
     3 */
       
     4 
       
     5 html,
       
     6 body {
       
     7 	background: transparent;
       
     8 	width: auto !important;
       
     9 	max-width: none !important;
       
    10 	margin: 0 !important;
       
    11 	padding: 0 !important;
       
    12 	min-height: 0 !important;
       
    13 }