Flush these left.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-06 04:51:52 +00:00
parent 0c10eec60c
commit 140c4c5606
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
} }
/** /**