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