Commit 9a3a297a authored by Mark Otto's avatar Mark Otto

update version # on homepage, crush assets

parent 91a7274a
docs/assets/img/github-16px.png

398 Bytes | W: | H:

docs/assets/img/github-16px.png

312 Bytes | W: | H:

docs/assets/img/github-16px.png
docs/assets/img/github-16px.png
docs/assets/img/github-16px.png
docs/assets/img/github-16px.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/icon-css3.png

370 Bytes | W: | H:

docs/assets/img/icon-css3.png

363 Bytes | W: | H:

docs/assets/img/icon-css3.png
docs/assets/img/icon-css3.png
docs/assets/img/icon-css3.png
docs/assets/img/icon-css3.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/icon-github.png

312 Bytes | W: | H:

docs/assets/img/icon-github.png

309 Bytes | W: | H:

docs/assets/img/icon-github.png
docs/assets/img/icon-github.png
docs/assets/img/icon-github.png
docs/assets/img/icon-github.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/icon-twitter.png

264 Bytes | W: | H:

docs/assets/img/icon-twitter.png

263 Bytes | W: | H:

docs/assets/img/icon-twitter.png
docs/assets/img/icon-twitter.png
docs/assets/img/icon-twitter.png
docs/assets/img/icon-twitter.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/less-logo-large.png

12.8 KB | W: | H:

docs/assets/img/less-logo-large.png

12.5 KB | W: | H:

docs/assets/img/less-logo-large.png
docs/assets/img/less-logo-large.png
docs/assets/img/less-logo-large.png
docs/assets/img/less-logo-large.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -67,7 +67,7 @@
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
this.$element[dimension](this.$element[0][scroll])
$.support.transition && this.$element[dimension](this.$element[0][scroll])
}
, hide: function () {
......
......@@ -486,7 +486,7 @@
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
this.$element[dimension](this.$element[0][scroll])
$.support.transition && this.$element[dimension](this.$element[0][scroll])
}
, hide: function () {
......
This diff is collapsed.
......@@ -84,7 +84,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 btn-primary btn-large" >View project on GitHub</a>
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.0.4)</small></a>
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.1.0)</small></a>
</p>
</div>
......
......@@ -6,7 +6,7 @@
<p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p>
<p class="download-info">
<a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'GitHub Project', 'View project on GitHub']);"{{/production}}>{{_i}}View project on GitHub{{/i}}</a>
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.0.4']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.0.4)</small>{{/i}}</a>
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.1.0)</small>{{/i}}</a>
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment