diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
| commit | ba954db159138d5b9aeef3df638f91daec5e12eb (patch) | |
| tree | 85cdb726cd18ee3aee7c6f1542487c61809384c0 /_includes | |
| parent | a5cc1300f60ae2a8a1c21adbc83b5de874155194 (diff) | |
| download | bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.tar.xz bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.zip | |
Update close vars
* Remove dupe hover color var (again, it's not necessary to have it's
own var here since we're controlling it via `opacity`)
* Add to customizer
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-customize.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-customize.html b/_includes/nav-customize.html index c299badc5..3099d6c71 100644 --- a/_includes/nav-customize.html +++ b/_includes/nav-customize.html @@ -28,6 +28,7 @@ <li><a href="#variables-pagination">Pagination</a></li> <li><a href="#variables-labels">Labels</a></li> <li><a href="#variables-tooltips-popovers">Tooltips and popovers</a></li> + <li><a href="#variables-close">Close button</a></li> <li><a href="#variables-other">Other</a></li> </ul> </li> |
