no idea what these changes are

This commit is contained in:
Mark Otto 2011-07-29 12:30:59 -07:00
parent a7d65d7d8f
commit 68d4b85ffc
4 changed files with 9 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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 ==

2
bootstrap-1.0.0.css vendored
View 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

View File

@ -10,7 +10,7 @@ p {
#font > .shorthand(normal,@basefont,@baseline);
margin-bottom: @baseline;
small {
font-size: 12px;
font-size: 11px;
color: @grayLight;
}
}