From ab7070bb49cf4cd68d19c84ce5a50ee939b9589d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 14 Apr 2013 19:45:32 -0700 Subject: change var from @table-border to @table-border-color --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index e612bb94b..37e602631 100644 --- a/less/variables.less +++ b/less/variables.less @@ -78,7 +78,7 @@ @table-bg-accent: #f9f9f9; // for striping @table-bg-hover: #f5f5f5; // for hover -@table-border: #ddd; // table and cell border +@table-border-color: #ddd; // table and cell border // Buttons -- cgit v1.2.3