From 8a3aa989fda6e80610ed7390ec04e02bc80a1509 Mon Sep 17 00:00:00 2001 From: Eddie Welker Date: Fri, 13 Sep 2013 12:23:02 -0400 Subject: [PATCH] removed the border from the th and td of the default table --- standard_optional_helpers.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard_optional_helpers.css b/standard_optional_helpers.css index cda2ce2..fc49f5a 100644 --- a/standard_optional_helpers.css +++ b/standard_optional_helpers.css @@ -54,4 +54,4 @@ .default_table tfoot{border:none} .default_table thead{border:none} .default_table th{background-color:inherit} -.default_table th,td{border:none} \ No newline at end of file +.default_table th,.default_table td{border:none} \ No newline at end of file