From: Jacob Thornton Date: Tue, 24 Apr 2012 09:02:06 +0000 (-0700) Subject: changes for build in preperation for 2.0.3 release X-Git-Tag: v2.0.3~5^2~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73453c7f79e6bf6be13917f854ed172e214eada2;p=thirdparty%2Fbootstrap.git changes for build in preperation for 2.0.3 release --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cb7aa35168..411d4cebfe 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4631,15 +4631,15 @@ a.badge:hover { -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -ms-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; } .progress-striped .bar { diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index f1b7c090ac..6463b902fb 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -137,7 +137,7 @@ $.ajax({ type: 'POST' - , url: 'http://bootstrap.herokuapp.com' + , url: /\?dev/.test(window.location) ? 'http://localhost:3000' : 'http://bootstrap.herokuapp.com' , dataType: 'jsonpi' , params: { js: js @@ -147,7 +147,6 @@ } }) }) - }) // Modified from the original jsonpi https://github.com/benvinegar/jquery-jsonpi diff --git a/docs/download.html b/docs/download.html index bb10bdf63d..8b4a385f72 100644 --- a/docs/download.html +++ b/docs/download.html @@ -108,7 +108,7 @@

Base CSS

- + diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index e9c27588b4..ffade09777 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -31,7 +31,7 @@

{{_i}}Base CSS{{/i}}

- +