From 7f215e023dcb5d711c827a88dd7e22a40e1445a7 Mon Sep 17 00:00:00 2001 From: Eugen Date: Thu, 13 Mar 2025 12:54:07 +0100 Subject: [PATCH] enhancement(Barracks): moved the Spells a bit down #84 --- modules/RepConvGRC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;