mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
capitalize github properly, fix url for compiled css
This commit is contained in:
parent
68007404a8
commit
8ba5a29456
@ -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
|
||||
-------
|
||||
|
2
bootstrap-1.0.0.css
vendored
2
bootstrap-1.0.0.css
vendored
@ -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).
|
||||
|
@ -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 -->
|
||||
|
3
lib/bootstrap.less
vendored
3
lib/bootstrap.less
vendored
@ -20,5 +20,4 @@
|
||||
@import "type.less";
|
||||
@import "forms.less";
|
||||
@import "tables.less";
|
||||
@import "patterns.less";
|
||||
|
||||
@import "patterns.less";
|
Loading…
x
Reference in New Issue
Block a user