From a18867ff2e22170481f12e41be2e13a69d7d0348 Mon Sep 17 00:00:00 2001 From: Sneha Mishra <33183263+Tlazypanda@users.noreply.github.com> Date: Wed, 7 Oct 2020 08:16:43 -0700 Subject: [PATCH] modify print layout (#8473) --- app/views/notes/print.html.erb | 5 ++--- app/views/wiki/print.html.erb | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/views/notes/print.html.erb b/app/views/notes/print.html.erb index 465db0a571..76b2cb9ca1 100644 --- a/app/views/notes/print.html.erb +++ b/app/views/notes/print.html.erb @@ -49,7 +49,6 @@ img { padding: 5px; margin-top: 5px; margin-bottom: 5px; - border: 0.2em solid; margin-left: auto; margin-right: auto; width: 50%; @@ -135,9 +134,9 @@ blockquote:after { /*for font styling and size*/ html, body{ - font-family: Arial; + font-family: 'Junction Light'; font-size: 12pt; - line-height: 1.2; + line-height: 1.8; } h1 { diff --git a/app/views/wiki/print.html.erb b/app/views/wiki/print.html.erb index 7fe1e5c440..d1679a8c62 100644 --- a/app/views/wiki/print.html.erb +++ b/app/views/wiki/print.html.erb @@ -71,7 +71,6 @@ img { padding: 5px; margin-top: 5px; margin-bottom: 5px; - border: 0.2em solid; margin-left: auto; margin-right: auto; width: 50%; @@ -157,9 +156,9 @@ blockquote:after { /*for font styling and size*/ html, body{ - font-family: Arial; + font-family: 'Junction Light'; font-size: 12pt; - line-height: 1.2; + line-height: 1.8; } h1 {