diff options
| author | Mark Otto <[email protected]> | 2013-07-23 10:05:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 10:05:49 -0700 |
| commit | e7b0f4e81f0930bbafc85e25d22d06c5e924f095 (patch) | |
| tree | eb8e823a0d8761dd0743e23de346f1e2fb7a9af8 /customize.html | |
| parent | 0b1ddeb35359c16eba2682aec3c880706d747f53 (diff) | |
| parent | 4b9cacae91474b5a2e28bdfe1355d0555c4e95c3 (diff) | |
| download | bootstrap-e7b0f4e81f0930bbafc85e25d22d06c5e924f095.tar.xz bootstrap-e7b0f4e81f0930bbafc85e25d22d06c5e924f095.zip | |
Merge pull request #8564 from frabrunelle/3.0.0-wip
@badge-bg should be @gray-light not #f5f5f5
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 3e3d2c060..1e1f0e67e 100644 --- a/customize.html +++ b/customize.html @@ -920,7 +920,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <input type="text" placeholder="#fff"> <p>Badge text color</p> <label>@badge-bg</label> - <input type="text" placeholder="@gray-lighter"> + <input type="text" placeholder="@gray-light"> <p>Badge background color</p> <label>@badge-link-hover-color</label> <input type="text" placeholder="#fff"> |
