From 3cad74c5026f90d64733f132d39ea5ca13305aea Mon Sep 17 00:00:00 2001 From: Zach Nielsen Date: Fri, 3 Apr 2020 15:54:02 -0700 Subject: [PATCH] Making a PR with davestewart's changes from commit 41fdcdbf67e6e0da37b37a329c999cae4d0a4729 --- grip/templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/grip/templates/index.html b/grip/templates/index.html index 10970f0..3d423fc 100644 --- a/grip/templates/index.html +++ b/grip/templates/index.html @@ -29,6 +29,18 @@ .discussion-timeline.wide { width: 920px; } + /* Print styles */ + @media print { + .preview-page, + .markdown-body.entry-content { + margin: 0; + border: 0; + padding: 0; + } + .repository-content > div > h3 { + display: none; + } + } {%- endblock -%}