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:
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/components.html2
-rw-r--r--docs/download.html2
-rw-r--r--docs/examples.html2
-rw-r--r--docs/index.html4
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/less.html2
-rw-r--r--docs/scaffolding.html2
-rw-r--r--docs/templates/layout.mustache22
-rw-r--r--docs/templates/pages/index.mustache2
-rw-r--r--docs/upgrading.html2
12 files changed, 24 insertions, 24 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 4f1e18ce99..b365ad0f43 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 13:20:51 PST 2012
+ * Date: Fri Jan 27 13:34:19 PST 2012
*/
article,
aside,
@@ -1842,7 +1842,7 @@ table .span12 {
.navbar-search .search-query :-moz-placeholder {
color: #eeeeee;
}
-.navbar-search .search-query ::-webkit-input-placeholder {
+.navbar-search .search-query::-webkit-input-placeholder {
color: #eeeeee;
}
.navbar-search .search-query:hover {
diff --git a/docs/base-css.html b/docs/base-css.html
index 2cab601dfb..cd06c6118e 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/components.html b/docs/components.html
index 7efa889b81..cf5fcb9289 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/download.html b/docs/download.html
index 458b5caa05..e1eb9a3a8e 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="active">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/examples.html b/docs/examples.html
index 3416ea6f20..78d9c588e1 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/index.html b/docs/index.html
index 4dd21b3fa9..1459da26c2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
@@ -73,7 +73,7 @@
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
<p class="download-info">
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">View project on GitHub</a>
- <a href="./download.html" class="btn btn-large">Customize and Download</a>
+ <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">Download Bootstrap</a>
</p>
<div class="benefits">
<h4>Feature highlights</h4>
diff --git a/docs/javascript.html b/docs/javascript.html
index cf9a1742d7..24de47157f 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/less.html b/docs/less.html
index 33ebc82762..8e3e8e6555 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index eed2d71120..91ef9556fe 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 4a016e4d11..46e3d03d61 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -36,25 +36,25 @@
<a class="brand" href="./index.html">Bootstrap</a>
<ul class="nav">
<li class="{{index}}">
- <a href="./index.html">Overview</a>
+ <a href="./index.html">{{_i}}Overview{{/i}}</a>
</li>
<li class="{{scaffolding}}">
- <a href="./scaffolding.html">Scaffolding</a>
+ <a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a>
</li>
<li class="{{base-css}}">
- <a href="./base-css.html">Base CSS</a>
+ <a href="./base-css.html">{{_i}}Base CSS{{/i}}</a>
</li>
<li class="{{components}}">
- <a href="./components.html">Components</a>
+ <a href="./components.html">{{_i}}Components{{/i}}</a>
</li>
<li class="{{javascript}}">
- <a href="./javascript.html">Javascript plugins</a>
+ <a href="./javascript.html">{{_i}}Javascript plugins{{/i}}</a>
</li>
<li class="{{less}}">
- <a href="./less.html">Using LESS</a>
+ <a href="./less.html">{{_i}}Using LESS{{/i}}</a>
</li>
<li class="{{download}}">
- <a href="./download.html">Download</a>
+ <a href="./download.html">{{_i}}Customize{{/i}}</a>
</li>
</ul>
</div>
@@ -69,10 +69,10 @@
<!-- Footer
================================================== -->
<footer class="footer">
- <p class="pull-right"><a href="#">Back to top</a></p>
- <p>Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
- <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
- <p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
+ <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p>
+ <p>{{_i}}Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p>
+ <p>{{_i}}Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
+ <p>{{_i}}Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
</footer>
</div><!-- /container -->
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index 96477f0cac..5eb2774ab7 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -8,7 +8,7 @@
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
<p class="download-info">
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a>
- <a href="./download.html" class="btn btn-large">{{_i}}Customize and Download{{/i}}</a>
+ <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a>
</p>
<div class="benefits">
<h4>{{_i}}Feature highlights{{/i}}</h4>
diff --git a/docs/upgrading.html b/docs/upgrading.html
index 779bf7165f..041aaccc57 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -54,7 +54,7 @@
<a href="./less.html">Using LESS</a>
</li>
<li class="">
- <a href="./download.html">Download</a>
+ <a href="./download.html">Customize</a>
</li>
</ul>
</div>