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