diff options
| author | Mark Otto <[email protected]> | 2013-04-14 19:45:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-14 19:45:32 -0700 |
| commit | ab7070bb49cf4cd68d19c84ce5a50ee939b9589d (patch) | |
| tree | a53c4bcffc8964013d2f0a70f9fa05adcbb52d3c /less/variables.less | |
| parent | 526534f337b1c2b60b08189618988256f0775cbd (diff) | |
| download | bootstrap-ab7070bb49cf4cd68d19c84ce5a50ee939b9589d.tar.xz bootstrap-ab7070bb49cf4cd68d19c84ce5a50ee939b9589d.zip | |
change var from @table-border to @table-border-color
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
