1.1 --- a/themes/mercurialweb/static/style-mercurialweb.css Sun Jun 06 03:09:57 2010 +0200
1.2 +++ b/themes/mercurialweb/static/style-mercurialweb.css Sun Jun 06 16:56:26 2010 +0200
1.3 @@ -1,4 +1,4 @@
1.4 -/* mercurialweb-styles.css - stylesheets resembling the MercurialWikiTheme styles
1.5 +/* style-mercurialweb.css - stylesheets resembling the MercurialWikiTheme styles
1.6
1.7 Copyright (c) 2010 Paul Boddie <paul@boddie.org.uk>
1.8 Copyright (c) 2001, 2002, 2003 by Juergen Hermann
1.9 @@ -84,6 +84,12 @@
1.10
1.11 /* Navigational and editing controls. */
1.12
1.13 +@media print {
1.14 + #header {
1.15 + display: none;
1.16 + }
1.17 +}
1.18 +
1.19 .controls {
1.20 float: right;
1.21 text-align: right;