Flush these left.

git-svn-id: https://develop.svn.wordpress.org/trunk@16743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-06 04:51:52 +00:00
parent f2702dd794
commit 0d3c811371
1 changed files with 4 additions and 6 deletions

View File

@ -287,10 +287,9 @@ function wp_admin_bar_updates_menu() {
* @since 3.1.0 * @since 3.1.0
* *
*/ */
function wp_admin_bar_header() { function wp_admin_bar_header() { ?>
?>
<style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="print">#wpadminbar { display:none; }</style>
<?php <?php
} }
/** /**
@ -299,10 +298,9 @@ function wp_admin_bar_header() {
* @since 3.1.0 * @since 3.1.0
* *
*/ */
function _admin_bar_bump_cb() { function _admin_bar_bump_cb() { ?>
?>
<style type="text/css">body { padding-top: 28px !important; }</style> <style type="text/css">body { padding-top: 28px !important; }</style>
<?php <?php
} }
/** /**