Corrected double zoom for character cards print view.

This commit is contained in:
Yord 2015-03-05 01:07:50 +01:00
parent f159329de4
commit c8a0390ea5

View file

@ -27,10 +27,8 @@ tags: [Character Cards]
section.content form#spells { position: absolute; display: block; margin-top: 150px; margin-left: 250px; } 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#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; } section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; }
body { html {
zoom: 80%; zoom: 80%;
-webkit-transform: scale(.8,.8);
-moz-transform: scale(.8,.8);
} }
} }
</style> </style>