Use stylesheet_url.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f16701674d
commit
67a8328356
|
@ -12,7 +12,7 @@ foreach ($posts as $post) { start_wp();
|
|||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
|
||||
<style type="text/css" media="screen">
|
||||
@import url( wp-layout.css );
|
||||
@import url( <?php echo bloginfo('stylesheet_url'); ?> );
|
||||
body { margin: 3px; }
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue