mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
b96c4d3fc6
git-svn-id: http://svn.automattic.com/wordpress/trunk@18142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
183 B
CSS
12 lines
183 B
CSS
/*
|
|
Distraction Free Writing mode TinyMCE Styles
|
|
*/
|
|
|
|
html, body {
|
|
background: transparent;
|
|
width: auto !important;
|
|
max-width: none !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|