Ticket #16222: 16222.2.diff
File 16222.2.diff, 464 bytes (added by , 13 years ago) |
---|
-
wp-includes/admin-bar.php
307 307 * 308 308 */ 309 309 function _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> 311 314 <?php 312 315 } 313 316