Changeset 17299
- Timestamp:
- 01/14/2011 05:52:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r17296 r17299 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 }
Note: See TracChangeset
for help on using the changeset viewer.