]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add license for responsive and rebuild
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 30 Jan 2012 03:04:26 +0000 (19:04 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 30 Jan 2012 03:04:26 +0000 (19:04 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
less/responsive.less

index 099ed3b1a14e84b0434875e1fe9bc9d30f08f8cb..dafd812dc75964e3419b8c57890d78ae8057dbbc 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 76e27d67201fe99d25b156f2b898a166a68aa8ca..8fadecceb2b7923a3796a8a68867f9fb8690ccab 100644 (file)
@@ -1,3 +1,12 @@
+/*!
+ * Bootstrap Responsive v2.0.0
+ *
+ * Copyright 2012 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.
+ */
 .hidden {
   display: none;
   visibility: hidden;
index a1d4cf2c88219e22173832e819e6970212d612bc..7f0892809c1ace415d0f46a6d600f0afbbf9b94a 100644 (file)
@@ -1,3 +1,13 @@
+/*!
+ * Bootstrap Responsive v2.0.0
+ *
+ * Copyright 2012 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.
+ */
+
 // Responsive.less
 // For phone and tablet devices
 // -------------------------------------------------------------
     .gridColumn() {
       float: left;
       margin-left: @gridGutterWidth;
-    } 
+    }
     [class*="span"] {
       .gridColumn();
     }
     .gridColumn() {
       float: left;
       margin-left: @gridGutterWidth;
-    } 
+    }
     [class*="span"] {
       .gridColumn();
     }