diff --git a/_posts/0000-01-01-Character-Cards.html b/_posts/0000-01-01-Character-Cards.html index 9e4a5f3..bdda018 100644 --- a/_posts/0000-01-01-Character-Cards.html +++ b/_posts/0000-01-01-Character-Cards.html @@ -40,7 +40,6 @@ tags: [Character Cards] Spells | Gear | Notes | -
+ These character cards provide an alternative design for your IKRPG character sheets. +
++
+ + +We love playing Warmachine and Hordes and especially love the MK II cards. - This is why we made custom character cards for the IKRPG. + This is why we made custom character cards for the IKRPG. They provide an alternative design for your character sheets and can even be filled out online! The following cards are available:
\ No newline at end of file + ++ Changes in version 3.0: Combined abilities and benefits into one card. Better print settings for all cards. +
++ The old version 2.0 cards can be found here. +
\ No newline at end of file diff --git a/static/javascripts/heroic.js b/static/javascripts/heroic.js index a980fd6..3905b61 100644 --- a/static/javascripts/heroic.js +++ b/static/javascripts/heroic.js @@ -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": "" }, diff --git a/static/stylesheets/content/character-sheet.css b/static/stylesheets/content/character-sheet.css index 1e7bc61..2c2d378 100644 --- a/static/stylesheets/content/character-sheet.css +++ b/static/stylesheets/content/character-sheet.css @@ -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; } } \ No newline at end of file