Closed (fixed)
Project:
Zen
Version:
7.x-3.0
Component:
CSS/HTML markup
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 13:56 UTC
Updated:
20 Apr 2011 at 14:21 UTC
When printing a site, the toolbar shows, which doesn't seem necessary.
I suggest adding #toolbar to the section "/* Hide sidebars and nav elements */" in the file zen-internals/css/print.css.
/* Hide sidebars and nav elements */
#skip-to-nav,
#navigation,
#toolbar,
.region-sidebar-first,
.region-sidebar-second,
.footer-region,
.breadcrumb,
div.tabs,
.action-links,
.links,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons {
visibility: hidden;
display: none;
}
Comments
Comment #1
johnalbinExcellent idea!
Thanks! You're in the CHANGELOG now. :-)
Fixed. http://drupalcode.org/project/zen.git/commit/722c28e