From f895be7ad44029b7d51cf95545e6e79904d28981 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 27 Jun 2014 20:38:20 +0200 Subject: [PATCH] added media --- static/stylesheets/content/character-sheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/stylesheets/content/character-sheet.css b/static/stylesheets/content/character-sheet.css index 22f5e27..1e7bc61 100644 --- a/static/stylesheets/content/character-sheet.css +++ b/static/stylesheets/content/character-sheet.css @@ -159,4 +159,5 @@ div.sheet > form#details div#languages > input#language8 { top: 217px; } @media print { section.content > div.sheet { display: block; -webkit-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); } + #weapons-switch { display: none; } } \ No newline at end of file