# HG changeset patch # User Paul Boddie # Date 1275836186 -7200 # Node ID a2c123b01066f4698ee1b614d2cc71a162d7d1b7 # Parent e6482a6c1f8e2ad14fd1b44e13ea5ff4c37596b1 Added printer view modifications. Fixed filename in the opening comment. diff -r e6482a6c1f8e -r a2c123b01066 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Sun Jun 06 03:09:57 2010 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Sun Jun 06 16:56:26 2010 +0200 @@ -1,4 +1,4 @@ -/* mercurialweb-styles.css - stylesheets resembling the MercurialWikiTheme styles +/* style-mercurialweb.css - stylesheets resembling the MercurialWikiTheme styles Copyright (c) 2010 Paul Boddie Copyright (c) 2001, 2002, 2003 by Juergen Hermann @@ -84,6 +84,12 @@ /* Navigational and editing controls. */ +@media print { + #header { + display: none; + } +} + .controls { float: right; text-align: right;