Skip to content

Commit

Permalink
Update jquery.restable.css
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silent-e committed Apr 18, 2014
1 parent 00d22c6 commit 35177b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.restable.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -37,4 +37,4 @@ ul.tabletolist ul > li .row_headers {
/* Table row data */
ul.tabletolist ul > li .row_data {
float:right;font-weight:800;
}
}

0 comments on commit 35177b5

Please sign in to comment.