Updated Character Sheets to version 3.0.

This commit is contained in:
Yord 2015-03-05 01:00:23 +01:00
parent 3b30292003
commit 167c99a343
5 changed files with 642 additions and 8 deletions

View file

@ -45,7 +45,7 @@ var ikrpg = ikrpg || {};
"r1m2": false,
"r2": false,
"m2": false,
"ability1": { "title": "ability", "description": "description" },
"ability1": { "title": "ability/benefit", "description": "description" },
"ability2": { "title": "", "description": "" },
"ability3": { "title": "", "description": "" },
"ability4": { "title": "", "description": "" },

View file

@ -159,5 +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; }
div.sheet > form#stats a#weapons-switch { display: none !important; }
}