Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-30 22:01:02 +0400
committerMark Otto <markdotto@gmail.com>2012-01-30 22:01:02 +0400
commit74f2a89611b818fda662dbbbb5d978549cae14c2 (patch)
tree1d30a59eaa84b20fcfa6b1a9a00f97d8c1e986b3
parente94e0f1cf94e8232933a05cfe61efdb49dd64249 (diff)
fix wrong value in grid column width in download page
-rw-r--r--docs/assets/bootstrap.zipbin52238 -> 52238 bytes
-rw-r--r--docs/download.html2
-rw-r--r--docs/templates/pages/download.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 250a05a554..300737ac49 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/download.html b/docs/download.html
index f52ee6a724..e2cc508362 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -250,7 +250,7 @@
<label>@gridColumns</label>
<input type="text" class="span3" placeholder="12">
<label>@gridColumnWidth</label>
- <input type="text" class="span3" placeholder="40px">
+ <input type="text" class="span3" placeholder="60px">
<label>@gridGutterWidth</label>
<input type="text" class="span3" placeholder="20px">
<h3>Fluid grid system</h3>
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache
index 1609c02b04..4cc3244f50 100644
--- a/docs/templates/pages/download.mustache
+++ b/docs/templates/pages/download.mustache
@@ -174,7 +174,7 @@
<label>@gridColumns</label>
<input type="text" class="span3" placeholder="12">
<label>@gridColumnWidth</label>
- <input type="text" class="span3" placeholder="40px">
+ <input type="text" class="span3" placeholder="60px">
<label>@gridGutterWidth</label>
<input type="text" class="span3" placeholder="20px">
<h3>{{_i}}Fluid grid system{{/i}}</h3>