diff --git a/lib/gollum/public/gollum/stylesheets/print.scss b/lib/gollum/public/gollum/stylesheets/print.scss index eab862e5..427338b0 100644 --- a/lib/gollum/public/gollum/stylesheets/print.scss +++ b/lib/gollum/public/gollum/stylesheets/print.scss @@ -1,15 +1,16 @@ // Removes the action buttons at the top, -// the delete link at the bottom, +// the breadcrumb at the top, // and the footer for better printing. -ul.actions { - display: none; -} - -#delete-link { - display: none; -} div#footer { display: none; } + +nav.actions{ + display:none +} + +.breadcrumb{ + display:none +}