From 35177b5de3c0d68e73384160c7af72278e9e8fa3 Mon Sep 17 00:00:00 2001 From: silent-e Date: Fri, 18 Apr 2014 11:13:25 -0700 Subject: [PATCH] Update jquery.restable.css fixed invalid css There was some extra text in the css file making it invalid. removed the word "resize" in the ul.tabletolist.nrh styling. --- jquery.restable.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.restable.css b/jquery.restable.css index 3bc18de..7b55291 100644 --- a/jquery.restable.css +++ b/jquery.restable.css @@ -4,7 +4,7 @@ ul.tabletolist { } /* Table with no row headers */ ul.tabletolist.nrh { - border-bottom: 2px solid #ddd;resize + border-bottom: 2px solid #ddd; } /* Table with no row headers columns */ ul.tabletolist.nrh > li { @@ -37,4 +37,4 @@ ul.tabletolist ul > li .row_headers { /* Table row data */ ul.tabletolist ul > li .row_data { float:right;font-weight:800; -} \ No newline at end of file +}