Changeset 26072 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 11/10/2013 12:26:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r25941 r26072 754 754 function _admin_bar_bump_cb() { ?> 755 755 <style type="text/css" media="screen"> 756 html { margin-top: 28px !important; } 757 * html body { margin-top: 28px !important; } 756 html { margin-top: 32px !important; } 757 * html body { margin-top: 32px !important; } 758 @media screen and ( max-width: 782px ) { 759 html { margin-top: 46px !important; } 760 * html body { margin-top: 46px !important; } 761 } 758 762 </style> 759 763 <?php
Note: See TracChangeset
for help on using the changeset viewer.