diff options
| author | Mark Otto <[email protected]> | 2012-03-12 09:57:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-12 09:57:10 -0700 |
| commit | e12c66aabead93f3ac015e6a6aee307185bc7667 (patch) | |
| tree | 8a5f35566ee033b95ef9c303496e0d2157feb58d /docs/templates | |
| parent | 40fddffeec58565eac698de0ed5697fde8a46130 (diff) | |
| download | bootstrap-e12c66aabead93f3ac015e6a6aee307185bc7667.tar.xz bootstrap-e12c66aabead93f3ac015e6a6aee307185bc7667.zip | |
adding border variable for dropdowns, making dropdown carets use dropdown vars
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index c700632ae..87fdc6a38 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -263,6 +263,8 @@ <h3>{{_i}}Dropdowns{{/i}}</h3> <label>@dropdownBackground</label> <input type="text" class="span3" placeholder="@white"> + <label>@dropdownBorder</label> + <input type="text" class="span3" placeholder="rgba(0,0,0,.2)"> <label>@dropdownLinkColor</label> <input type="text" class="span3" placeholder="@grayDark"> <label>@dropdownLinkColorHover</label> |
