2011-06-03 20:46:47 -04:00
|
|
|
/*
|
|
|
|
Distraction Free Writing mode TinyMCE Styles
|
|
|
|
*/
|
2012-05-16 03:02:55 -04:00
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
2011-06-03 20:46:47 -04:00
|
|
|
background: transparent;
|
|
|
|
width: auto !important;
|
|
|
|
max-width: none !important;
|
2012-05-16 03:02:55 -04:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
min-height: 0 !important;
|
2011-06-03 20:46:47 -04:00
|
|
|
}
|