diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:29:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:29:05 -0700 |
| commit | b7fa0d343446d394535063aca72fa6d7fdd1396f (patch) | |
| tree | 8bf3394af930775c1a1d991845e8f13384ac257c /less/variables.less | |
| parent | d6f37f3c568ed70a7e20fdaa5429501d5af406a7 (diff) | |
| download | bootstrap-b7fa0d343446d394535063aca72fa6d7fdd1396f.tar.xz bootstrap-b7fa0d343446d394535063aca72fa6d7fdd1396f.zip | |
-background to -bg for body and table vars
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/variables.less b/less/variables.less index 2b82998dc..060e0c97e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -28,7 +28,7 @@ // Scaffolding // ------------------------- -@body-background: #fff; +@body-bg: #fff; @text-color: @grayDark; // Links @@ -74,9 +74,9 @@ // Tables // ------------------------- -@table-background: transparent; // overall background-color -@table-background-accent: #f9f9f9; // for striping -@table-background-hover: #f5f5f5; // for hover +@table-bg: transparent; // overall background-color +@table-bg-accent: #f9f9f9; // for striping +@table-bg-hover: #f5f5f5; // for hover @table-border: #ddd; // table and cell border |
