Index: src/main/resources/colibri/print.css =================================================================== --- src/main/resources/colibri/print.css (revision 28414) +++ src/main/resources/colibri/print.css (working copy) @@ -74,4 +74,15 @@ #docextrapanes { /* display all comments */ float: none !important; overflow: visible !important; -} \ No newline at end of file +} + +/* Remove History, Information shortcuts */ +#historyshortcut, #informationshortcut{ + display: none; +} + +.recentChangesMoreActions { + display: none; +} + +