From c8a0390ea5650ac663db235331c307bbedcb94a6 Mon Sep 17 00:00:00 2001 From: Yord Date: Thu, 5 Mar 2015 01:07:50 +0100 Subject: [PATCH] Corrected double zoom for character cards print view. --- _posts/0000-01-01-Character.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_posts/0000-01-01-Character.html b/_posts/0000-01-01-Character.html index 18891e8..00c2d5d 100644 --- a/_posts/0000-01-01-Character.html +++ b/_posts/0000-01-01-Character.html @@ -27,10 +27,8 @@ tags: [Character Cards] section.content form#spells { position: absolute; display: block; margin-top: 150px; margin-left: 250px; } section.content form#gear { position: absolute; display: block; margin-top: 1150px; margin-left: -500px; } section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; } - body { + html { zoom: 80%; - -webkit-transform: scale(.8,.8); - -moz-transform: scale(.8,.8); } }