diff options
| author | Mark Otto <[email protected]> | 2012-08-07 22:37:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-07 22:37:38 -0700 |
| commit | 8ed77c41f0a38556371eae7dbfdd07625bf7fca2 (patch) | |
| tree | cdd2c3076ebbba79b38eed63aaff07801e394a12 /less/variables.less | |
| parent | 0cb3ba6b23a55361727239614269a405d02ec8be (diff) | |
| download | bootstrap-8ed77c41f0a38556371eae7dbfdd07625bf7fca2.tar.xz bootstrap-8ed77c41f0a38556371eae7dbfdd07625bf7fca2.zip | |
fixes #4295: add vars for pagination
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 93cd1d639..d4b44a2de 100644 --- a/less/variables.less +++ b/less/variables.less @@ -194,6 +194,12 @@ @navbarInverseBrandColor: @navbarInverseLinkColor; +// Pagination +// ------------------------- +@paginationBackground: #fff; +@paginationBorder: #ddd; +@paginationActiveBackground: #f5f5f5; + // Hero unit // ------------------------- |
