]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no idea what these changes are
authorMark Otto <mark.otto@twitter.com>
Fri, 29 Jul 2011 19:30:59 +0000 (12:30 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 29 Jul 2011 19:30:59 +0000 (12:30 -0700)
.DS_Store
README.md
bootstrap-1.0.0.css
lib/type.less

index 4372a5b7179def391197a851263017df76436d11..a8a6c98ff30c36b8ac0d24e506085a9dd6d6d881 100644 (file)
Binary files a/.DS_Store and b/.DS_Store differ
index 94e8233481cf01a5967de67a07232317c17481c6..ee1bfbb1385923f0379a9703feaa6b84adf024a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
 TWITTER BASELINE
 ----------------
-Baseline is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.
+Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.
 
 
 == Usage ==
 
-You can use Twitter Baseline in one of two ways: just drop the compiled CSS into any new project and start cranking, or run LESS on your site and compile on the fly like a boss.
+You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS into any new project and start cranking, or run LESS on your site and compile on the fly like a boss.
 
 Here's what the LESS version looks like:
 
-    <link rel="stylesheet/less" type="text/css" href="lib/global.less">
+    <link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
     <script src="less.js" type="text/javascript"></script>
 
 Or if you prefer, the standard css way:
 
-    <link rel="stylesheet" type="text/css" href="baseline-1.0.0.css">
+    <link rel="stylesheet" type="text/css" href="bootstrap-1.0.0.css">
 
 For more info, refer to the docs!
 
@@ -29,6 +29,9 @@ Please create an issue here on github! :P
 **Mark Otto**
 http://twitter.com/mdo
 
+**Jacob Thornton**
+http://twitter.com/fat
+
 
 == Copyright and License ==
 
index 2f592d3579dddb33163eda4fd3dbe6707714dc45..c5eb05684e49efff4c45dcb400fc43bb169e9d89 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Jul  2 15:34:02 PDT 2011
+ * Date: Sat Jul 23 22:37:22 PDT 2011
  */
 /*
  * Reset.less
index cc18bff6024b2304f2438fe8ed9c0114a85dbef3..2f2bcac42a6bb7b175c0bb9e5aeaa148c793ac24 100644 (file)
@@ -10,7 +10,7 @@ p {
   #font > .shorthand(normal,@basefont,@baseline);
   margin-bottom: @baseline;
   small {
-    font-size: 12px;
+    font-size: 11px;
     color: @grayLight;
   }
 }