From 540d229eba6e65c0d18b706df73fb51322b5ea40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 21:57:30 +0100 Subject: [PATCH 1/7] Fixed a mailto typo --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-css.html b/docs/base-css.html index f21f25f6b..79200009a 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -181,7 +181,7 @@
Full Name
- first.last@gmail.com + first.last@gmail.com
From 925fef411090f06b34c5e86f4d0ed5630adff87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 22:11:09 +0100 Subject: [PATCH 2/7] Typo on tablesorter --- docs/assets/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 2da4ab8e2..95caa0f31 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -22,7 +22,7 @@ $(function(){ window.prettyPrint && prettyPrint() // table sort example - if ($.fn.tableSorter) { + if ($.fn.tablesorter) { $("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } ) $(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) } From 5fb31670af6df88afb0a82872b6f7935486f91c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Tue, 24 Jan 2012 22:12:37 +0100 Subject: [PATCH 3/7] Added jquery.tablesorter js file --- docs/base-css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/base-css.html b/docs/base-css.html index 79200009a..01c4d115c 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1509,6 +1509,7 @@ + From fea1dc906e153440896a8c62d89fd2dfa7c39b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Tue, 24 Jan 2012 23:23:43 +0100 Subject: [PATCH 4/7] i18n for index page --- docs/templates/pages/index.mustache | 116 ++++++++++++++-------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 8927bc640..072ed6da6 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -4,34 +4,34 @@ ================================================== -->
-

Bootstrap,
from Twitter

-

Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.

+

{{_i}}Bootstrap,
from Twitter{{/i}}

+

{{_i}}Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.{{/i}}

- Download on GitHub - Get started → + {{_i}}Download on GitHub{{/i}} + {{_i}}Get started →{{/i}}

-

Feature highlights

+

{{_i}}Feature highlights{{/i}}

    -
  • × Built on LESS
  • -
  • × Complete styleguide docs
  • -
  • × Fully responsive design
  • -
  • × Small footprint (7kb gzipped)
  • -
  • × Support for IE7 and up
  • -
  • × Custom jQuery plugins
  • -
  • × Dozens of components
  • +
  • × {{_i}}Built on LESS{{/i}}
  • +
  • × {{_i}}Complete styleguide docs{{/i}}
  • +
  • × {{_i}}Fully responsive design{{/i}}
  • +
  • × {{_i}}Small footprint (7kb gzipped){{/i}}
  • +
  • × {{_i}}Support for IE7 and up{{/i}}
  • +
  • × {{_i}}Custom jQuery plugins{{/i}}
  • +
  • × {{_i}}Dozens of components{{/i}}