mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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…
x
Reference in New Issue
Block a user