aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-17 22:38:14 -0700
committerMark Otto <[email protected]>2011-08-17 22:38:14 -0700
commit8ba5a2945637ee2de444bf959fd284284e65f61b (patch)
tree839554d44882b2729f0193319b8fa82b6c74f772
parent68007404a87e5f40de85896f6d935fde469a032c (diff)
downloadbootstrap-8ba5a2945637ee2de444bf959fd284284e65f61b.tar.xz
bootstrap-8ba5a2945637ee2de444bf959fd284284e65f61b.zip
capitalize github properly, fix url for compiled css
-rw-r--r--README.md2
-rw-r--r--bootstrap-1.0.0.css2
-rw-r--r--docs/index.html2
-rw-r--r--lib/bootstrap.less3
4 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2a3cfb48d..817537cae 100644
--- 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
-------
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index fc8f7359a..c16e79a3c 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -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).
diff --git a/docs/index.html b/docs/index.html
index 1aa9491e4..3199f5fc3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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 -->
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index 28ac8cbfe..ead0c8f83 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -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