Remove sidebar, flash container, and URLs from print pages

This commit is contained in:
Annabel Dunstone Gray 2018-05-08 15:12:24 -07:00
parent 5b0e96d09a
commit 11a4948026
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 12 additions and 1 deletions

View File

@ -36,7 +36,9 @@ ul.notes-form,
.gutter-toggle,
.issuable-details .content-block-small,
.edit-link,
.note-action-button {
.note-action-button,
.right-sidebar,
.flash-container {
display: none !important;
}
@ -53,3 +55,7 @@ pre {
.right-sidebar {
top: 0;
}
a[href]::after {
content: none !important;
}

View File

@ -0,0 +1,5 @@
---
title: Fix print styles for markdown pages
merge_request:
author:
type: fixed