Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Olewniczak committed Nov 21, 2016
1 parent 14a0aa0 commit db7aeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Expand Up @@ -67,6 +67,8 @@ jQuery(function() {
} else {
cells[0].css('width', '25%');
cells[1].css('width', '75%');
cells[1].css('text-align', 'left');
cells[1].css('padding-left', '50px');
}


Expand All @@ -79,8 +81,6 @@ jQuery(function() {
'vertical-align': 'middle'
});
$tr.append($td);
$tr.children().last().css('text-align', 'left');
$tr.children().last().css('padding-left', '50px');
}

$tr.children().first().css('border-left', '0');
Expand Down

0 comments on commit db7aeaa

Please sign in to comment.