Skip to content

Commit 8ba5a29

Browse files
committed
capitalize github properly, fix url for compiled css
1 parent 6800740 commit 8ba5a29

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more info, refer to the docs!
2626
Reporting bugs
2727
--------------
2828

29-
Please create an issue here on github! :P
29+
Please create an issue here on GitHub! :P
3030

3131
AUTHORS
3232
-------

bootstrap-1.0.0.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Tue Aug 16 22:54:18 PDT 2011
9+
* Date: Wed Aug 17 22:35:32 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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).

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Twitter Bootstrap</title>
66

77
<!-- Le styles -->
8-
<link href="assets/css/bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
8+
<link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
99
<link href="assets/css/docs.css" rel="stylesheet" type="text/css">
1010

1111
<!-- Le javascript -->

lib/bootstrap.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
@import "type.less";
2121
@import "forms.less";
2222
@import "tables.less";
23-
@import "patterns.less";
24-
23+
@import "patterns.less";

0 commit comments

Comments
 (0)