Make WordPress Core

Ticket #16222: 16222.2.diff

File 16222.2.diff, 464 bytes (added by aldenta, 13 years ago)

Tested in IE6/7/8, FF 3.6.13, Safari 5.0.3, Chrome 8.0.552.237

  • wp-includes/admin-bar.php

     
    307307 *
    308308 */
    309309function _admin_bar_bump_cb() { ?>
    310 <style type="text/css">body { padding-top: 28px !important; }</style>
     310<style type="text/css">
     311        html { margin-top: 28px !important; }
     312        * html body { margin-top: 28px !important; }
     313</style>
    311314<?php
    312315}
    313316