-
-
Save purcebr/5807403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Print Styles for wp_help */ | |
@media print { | |
/* WP Admin Elements */ | |
#adminmenuwrap { | |
display:none; | |
} | |
#wpadminbar { | |
display:none; | |
} | |
#adminmenushadow { | |
display:none; | |
} | |
#adminmenuback { | |
display:none; | |
} | |
#wpfooter { | |
display:none; | |
} | |
/* WP Help Elements */ | |
#cws-wp-help-listing { | |
display:none; | |
} | |
#print-help-document { | |
display:none; | |
} | |
#cws-wp-help-document, #cws-wp-help-settings { | |
padding:0 !important; | |
max-width:100%; | |
} | |
#cws-wp-help-document .post-edit-link { | |
display:none; | |
} | |
#wpcontent { | |
margin:0; | |
} | |
#icon-wp-help { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment