mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 16:29:31 +01:00
38e43334a9
(Except wp-config-sample.php and a couple of license files) git-svn-id: http://core.svn.wordpress.org/trunk@22798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
14 lines
221 B
CSS
14 lines
221 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;
|
|
min-height: 0 !important;
|
|
}
|