12 lines
205 B
CSS
12 lines
205 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;
|
||
|
}
|