Some css cleanup and fixes after the merge, see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@8697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-08-21 02:25:14 +00:00
parent 78a2c0f781
commit 349d288c48
10 changed files with 17 additions and 48 deletions

View File

@@ -29,9 +29,6 @@ if ( in_array( $the_current_page, $min_width_pages ) ) {
add_filter( 'admin_body_class', 'add_minwidth' );
}
$fixed_bar_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php' );
if ( ! isset($fixed_bar) ) $fixed_bar = in_array( $the_current_page, $fixed_bar_pages ) ? true : false;
get_admin_page_title();
?>
@@ -142,7 +139,4 @@ if ( $parent_file == 'options-general.php' ) {
}
?>
<div id="wpbody">
<?php if ( ! $fixed_bar ) { ?>
<div id="wpbody-content">
<?php } ?>