aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-07 16:17:15 -0700
committerMark Otto <[email protected]>2012-04-07 16:17:15 -0700
commit0a71f171bc63dcfea42fe002bab00454d728fc42 (patch)
tree571eecf7eca0f7b4bb8c8cd7095489dedb2a784c /docs
parentf563b1db43e702854a6065d132e487bc49dc4b24 (diff)
downloadbootstrap-0a71f171bc63dcfea42fe002bab00454d728fc42.tar.xz
bootstrap-0a71f171bc63dcfea42fe002bab00454d728fc42.zip
readd bootstrap.zip, add @inputBorderRadius var to close #2946
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin0 -> 57364 bytes
-rw-r--r--docs/download.html2
-rw-r--r--docs/less.html4
-rw-r--r--docs/templates/pages/download.mustache2
-rw-r--r--docs/templates/pages/less.mustache4
5 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
new file mode 100644
index 000000000..95241ab82
--- /dev/null
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/download.html b/docs/download.html
index c0e3b9cf0..bb10bdf63 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -368,6 +368,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/less.html b/docs/less.html
index 354285815..4fe26af56 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -454,6 +454,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>
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>