Fixed Bug: Print stylesheet does not hide menu or commands

Pavel Sykora reports:

I have an issue to the “print_stylesheet.css” of the default templates. It does not hide the menu and command for me (Win2K, Firefox 1.0). I am not a CSS expert, but it there is no HTML element with the id=”command”, but there is and <div class="command"> around commands.

Pavel Sykora suggests a fix to attachment/print_stylesheet.css is to write: #menu, .command { display:none !important; } and reports that it works on Firefox and IE6.

Fixed in v1-0-0

Edit this page or watch for changes using RSS.