From ad12631c959b762a9042d4354cbfcd4a6ed3cccf Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 22 Apr 2008 00:51:14 +0000 Subject: [PATCH] BUGFIX: Removed display: none for "nolabel" class - this is custom project code, and shouldn't be in sapphire! git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@53168 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/TableListField.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/TableListField.css b/css/TableListField.css index 85ca600c3..ea3cad6d2 100644 --- a/css/TableListField.css +++ b/css/TableListField.css @@ -23,10 +23,6 @@ table.CMSList td { border-style:none; } -.TableListField table.data td.nolabel{ - display: none; -} - table.TableField th, table.TableListField th, .TableListField table.data th,