Make WordPress Core


Ignore:
Timestamp:
06/01/2011 02:30:12 PM (13 years ago)
Author:
westi
Message:

Only apply the admin bar bump down css to the screen media type so it doesn't affect printouts. Fixes #17512 props kawauso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r17821 r18088  
    321321 */
    322322function _admin_bar_bump_cb() { ?>
    323 <style type="text/css">
     323<style type="text/css" media="screen">
    324324    html { margin-top: 28px !important; }
    325325    * html body { margin-top: 28px !important; }
Note: See TracChangeset for help on using the changeset viewer.