diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:20:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:20:16 -0700 |
| commit | 996ec4ca69a7f9ff2a5697356605f2d5b621ebe0 (patch) | |
| tree | 2c04a60dae546d97f6b1474d739bff92c3343935 /less/variables.less | |
| parent | f2e5c3293644917161a2f01c877b817ea58c2631 (diff) | |
| download | bootstrap-996ec4ca69a7f9ff2a5697356605f2d5b621ebe0.tar.xz bootstrap-996ec4ca69a7f9ff2a5697356605f2d5b621ebe0.zip | |
-background to -bg on pagination vars
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 1f4e45874..e901e70c0 100644 --- a/less/variables.less +++ b/less/variables.less @@ -222,8 +222,8 @@ // Pagination // ------------------------- -@pagination-background: #fff; -@pagination-background-active: #f5f5f5; +@pagination-bg: #fff; +@pagination-bg-active: #f5f5f5; @pagination-border: #ddd; |
