This commit is contained in:
rolux 2013-03-02 14:36:19 +05:30
parent 2fce008f0b
commit d2f3bf70d5

View file

@ -56,7 +56,7 @@ Ox.IconItem = function(options, self) {
self.title = $('<div>').css({fontSize: self.fontSize + 'px'}).html(self.title);
self.info = $('<div>').append(
self.options.info.css({
padding: '0 ' + infoPadding + 'px',
padding: '0 ' + self.infoPadding + 'px',
margin: '1px auto',
fontSize: self.fontSize + 'px',
textShadow: 'none'