diff options
| author | Mark Otto <[email protected]> | 2011-07-29 12:30:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-29 12:30:59 -0700 |
| commit | 68d4b85ffc542ef85eb4fe1bfba7acf6d504f522 (patch) | |
| tree | 3ebf117feb386f2e92c336e450e0a5667fdb6499 /README.md | |
| parent | a7d65d7d8fdb65d514fb7638209175f87eb92a04 (diff) | |
| download | bootstrap-68d4b85ffc542ef85eb4fe1bfba7acf6d504f522.tar.xz bootstrap-68d4b85ffc542ef85eb4fe1bfba7acf6d504f522.zip | |
no idea what these changes are
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 == |
