From fb5ab4917aa3d0b23294708a064ae5141a638caf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 9 Aug 2006 15:24:23 +0000 Subject: Backout these changes. --- usr/local/www/row_toggle.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/local/www/row_toggle.js') diff --git a/usr/local/www/row_toggle.js b/usr/local/www/row_toggle.js index 939cc5e..0e7a786 100755 --- a/usr/local/www/row_toggle.js +++ b/usr/local/www/row_toggle.js @@ -31,11 +31,11 @@ function fr_insline(id, on) { if (prevcells[i].id == 'frd' + (id-1)) { if (on) { prevcells[i].style.borderBottom = "3px solid #990000"; - prevcells[i].style.paddingBottom = (id != 0) ? 2 : 3 + "px"; + prevcells[i].style.paddingBottom = (id != 0) ? 2 : 3; } else { prevcells[i].style.borderBottom = "1px solid #999999"; prevcells[i].style.borderBottomWidth = "1px"; - prevcells[i].style.paddingBottom = (id != 0) ? 4 : 5 + "px"; + prevcells[i].style.paddingBottom = (id != 0) ? 4 : 5; } } } @@ -44,10 +44,10 @@ function fr_insline(id, on) { if (cells[i].id == 'frd' + (id)) { if (on) { cells[i].style.borderTop = "2px solid #990000"; - cells[i].style.paddingTop = 2 + "px"; + cells[i].style.paddingTop = 2; } else { cells[i].style.borderTopWidth = 0; - cells[i].style.paddingTop = 4 + "px"; + cells[i].style.paddingTop = 4; } } } -- cgit v1.1