/*
Plugin Name: Jay's WordPress Admin Theme
Description: Designates a monospaced font in the HTML editor. Maybe more in the future...
Version: 1.0
Author: Jay Robinson
Author URI: http://jayrobinson.org
*/

#content #editor,
#editorcontainer #content,
#editorcontainer textarea#content,
#editorcontainer textarea,
div#postdivrich.postarea #editorcontainer textarea#content {
	font: normal 12px/1.5 Monaco, monospace !important;
}