]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
capitalize github properly, fix url for compiled css
authorMark Otto <mark.otto@twitter.com>
Thu, 18 Aug 2011 05:38:14 +0000 (22:38 -0700)
committerMark Otto <mark.otto@twitter.com>
Thu, 18 Aug 2011 05:38:14 +0000 (22:38 -0700)
README.md
bootstrap-1.0.0.css
docs/index.html
lib/bootstrap.less

index 2a3cfb48d7b74a2a9bd795bb81f2ddf311ef2f4e..817537cae2715294734d889fcd33c95eabd03871 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ For more info, refer to the docs!
 Reporting bugs
 --------------
 
-Please create an issue here on github! :P
+Please create an issue here on GitHub! :P
 
 AUTHORS
 -------
index fc8f7359ac1a643e08a92de94b7aacca183aa91b..c16e79a3c444cc7be9e4b06304d2513e53719609 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: Tue Aug 16 22:54:18 PDT 2011
+ * Date: Wed Aug 17 22:35:32 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 1aa9491e4fc862e9a244058b0e47b313bf09ab18..3199f5fc32e5f35e6d89d27ea569645d828e67ad 100644 (file)
@@ -5,7 +5,7 @@
     <title>Twitter Bootstrap</title>
 
     <!-- Le styles -->
-    <link href="assets/css/bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
+    <link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
     <link href="assets/css/docs.css" rel="stylesheet" type="text/css">
 
     <!-- Le javascript -->
index 28ac8cbfe7be14558343b0710882ca4e99ee58d9..ead0c8f8327bfbe30ac02f6e33db73650e859f03 100644 (file)
@@ -20,5 +20,4 @@
 @import "type.less";
 @import "forms.less";
 @import "tables.less";
-@import "patterns.less";
-
+@import "patterns.less";
\ No newline at end of file