]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update everything to 1.1.1
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 26 Aug 2011 18:13:47 +0000 (11:13 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 26 Aug 2011 18:13:47 +0000 (11:13 -0700)
Makefile
README.md
bootstrap-1.1.1.css [moved from bootstrap-1.1.0.css with 99% similarity]
bootstrap-1.1.1.min.css [moved from bootstrap-1.1.0.min.css with 100% similarity]
docs/index.html
examples/hero.html
lib/bootstrap.less

index 64a958f22d052a3650dc9a4df2726b7e9510e5d3..f4f367567facc11e627d1645374ead5aef66b2e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DATE=$(shell DATE)
-BOOTSTRAP = ./bootstrap-1.1.0.css
-BOOTSTRAP_MIN = ./bootstrap-1.1.0.min.css
+BOOTSTRAP = ./bootstrap-1.1.1.css
+BOOTSTRAP_MIN = ./bootstrap-1.1.1.min.css
 BOOTSTRAP_LESS = ./lib/bootstrap.less
 LESS_COMPESSOR ?= `which lessc`
 WATCHR ?= `which watchr`
index 81ba72042fb908a631b4a77672951f0fada40e15..8ac5f78ff53d04b19dc0eab99dd6e2ea87eeb866 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Here's what the LESS version looks like:
 
 Or if you prefer, the standard css way:
 
-    <link rel="stylesheet" type="text/css" href="bootstrap-1.1.0.css">
+    <link rel="stylesheet" type="text/css" href="bootstrap-1.1.1.css">
 
 For more info, refer to the docs!
 
similarity index 99%
rename from bootstrap-1.1.0.css
rename to bootstrap-1.1.1.css
index 00ce6c564fa12cc8cf4d2f94f97209665fbb8344..b4f38970dfc0a373ebabac17b420273b44e8d6ae 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * Bootstrap v1.1.0
+ * Bootstrap v1.1.1
  *
  * Copyright 2011 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Aug 25 23:30:44 PDT 2011
+ * Date: Fri Aug 26 11:11:13 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
index 5522039254d327ba7d97cee00f059e5769d3849e..79dcec1fa4aa07c37e8cd51488c48f1695e9a8db 100644 (file)
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.1.0.css" rel="stylesheet">
+    <link href="../bootstrap-1.1.1.css" rel="stylesheet">
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
@@ -78,7 +78,7 @@
             <h6>Hotlink the CSS</h6>
             <p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
             <form>
-              <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.0.min.css"></textarea>
+              <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.1.min.css"></textarea>
             </form>
           </div>
           <div class="span5 columns">
index faac6ab754fd36f11d4d7e0ad2bd0be1ea637dd8..b86d996c99078c2cfc4cedddc6069d4b19f116ce 100644 (file)
@@ -12,7 +12,7 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="../bootstrap-1.1.0.css" rel="stylesheet">
+    <link href="../bootstrap-1.1.1.css" rel="stylesheet">
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="images/favicon.ico">
index 6547f039726f3bdd47a9c563bba86a09da91179c..aa0e24b969b10d81370e0212e0aea9fc4b8f56fa 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v1.1.0
+ * Bootstrap v1.1.1
  *
  * Copyright 2011 Twitter, Inc
  * Licensed under the Apache License v2.0