diff options
| author | Mark Otto <[email protected]> | 2012-04-07 16:17:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-07 16:17:15 -0700 |
| commit | 0a71f171bc63dcfea42fe002bab00454d728fc42 (patch) | |
| tree | 571eecf7eca0f7b4bb8c8cd7095489dedb2a784c /docs/templates | |
| parent | f563b1db43e702854a6065d132e487bc49dc4b24 (diff) | |
| download | bootstrap-0a71f171bc63dcfea42fe002bab00454d728fc42.tar.xz bootstrap-0a71f171bc63dcfea42fe002bab00454d728fc42.zip | |
readd bootstrap.zip, add @inputBorderRadius var to close #2946
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 0e73c44a4..e9c27588b 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -291,6 +291,8 @@ <input type="text" class="span3" placeholder="@white"> <label>@inputBorder</label> <input type="text" class="span3" placeholder="#ccc"> + <label>@inputBorderRadius</label> + <input type="text" class="span3" placeholder="3px"> <label>@inputDisabledBackground</label> <input type="text" class="span3" placeholder="@grayLighter"> <label>@formActionsBackground</label> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 5005fb166..5345cbf97 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -377,6 +377,10 @@ <td><code>#ccc</code></td> </tr> <tr> + <td><code>@inputBorderRadius</code></td> + <td><code>3px</code></td> + </tr> + <tr> <td><code>@inputDisabledBackground</code></td> <td><code>@grayLighter</code></td> </tr> |
