Set max width on .wrap. Props mt. fixes #6036

git-svn-id: http://svn.automattic.com/wordpress/trunk@7101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-29 08:08:17 +00:00
parent daf37cc98c
commit 4ecde2cdbb
5 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -163,6 +163,7 @@ if ( ( 'edit' == $action) && current_user_can('delete_post', $post_ID) )
<?php do_action('submitpost_box'); ?>
</div>
<div id="post-body">
<div id="titlediv">
<h3><?php _e('Title') ?></h3>
<div class="inside">
@@ -340,7 +341,7 @@ if ( $authors && count( $authors ) > 1 ) :
<?php do_meta_boxes('post', 'advanced', $post); ?>
<?php do_action('dbx_post_sidebar'); ?>
</div>
</div>
</div>