136f951922
git-svn-id: https://develop.svn.wordpress.org/trunk@20804 602fd350-edb4-49c9-b593-d223f7449a82
14 lines
234 B
CSS
14 lines
234 B
CSS
/*
|
|
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;
|
|
}
|