A few places we were missing links to new stylesheet.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-02-11 07:53:10 +00:00
parent 6f0a785408
commit 76260edc29
5 changed files with 24 additions and 6 deletions

View File

@@ -7,7 +7,10 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<title><?php _e('Rich Editor Help') ?></title>
<script type="text/javascript" src="tiny_mce_popup.js"></script>
<?php wp_admin_css(); ?>
<?php
wp_admin_css( 'css/global' );
wp_admin_css();
?>
<style type="text/css">
body {
background-color: #eaf3ea;