mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Use stylesheet_url.
git-svn-id: https://develop.svn.wordpress.org/trunk@1722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b4af651dcb
commit
eac4b6e090
@ -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