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