diff --git a/modules/RepConvGRC.js b/modules/RepConvGRC.js index 9091646..1c0a407 100644 --- a/modules/RepConvGRC.js +++ b/modules/RepConvGRC.js @@ -45,7 +45,7 @@ function _RepConvGRC() { } function addSpell(RCGP){ var _powers = {}, - _power_div = $('
', {'class' : "powers_container clearfix"}), + _power_div = $('', {'class' : "powers_container clearfix", 'css' : {"padding-top" : "10px"}}), power_id = undefined, _god = undefined, _pow_ena = false;