# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: JSPWiki/src/webdocs/templates/default/jspwiki_print.css --- JSPWiki/src/webdocs/templates/default/jspwiki_print.css Base (1.8) +++ JSPWiki/src/webdocs/templates/default/jspwiki_print.css Locally Modified (Based On 1.8) @@ -40,7 +40,7 @@ position:static; } .hidetab { - display:block; + display:none !important; } .accordion .active, .tabbedAccordion .active { height:auto !important; @@ -48,3 +48,12 @@ a.slimbox { display:none; } +.userbox { + display:none !important; +} +.tabs { + border:none !important; +} +html>body #pagecontent { + overflow:visible !important; +}