/* http://codex.wordpress.org/Function_Reference/add_editor_style */ /* the use of this file and associated function call are recommended by ThemeCheck. */ /* version 1.0.14 note: remember that this file will be called when the visitor will be within the wp-admin folder. So the relative URL has to go up one level, or else this will return a 404 error... */ @import url( '../style.css' ); /* Add overwrites as needed so that the content of the editor field is attractive and not broken */ body { padding: 0; background: #fff; }