diff --git a/README.md b/README.md index 03f8f3362bf5..6e3f0f2ba0ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Bootstrap](http://getbootstrap.com) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap) +# [Bootstrap](http://getbootstrap.com) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap) [![devDependency Status](https://david-dm.org/twbs/bootstrap/dev-status.png)](https://david-dm.org/twbs/bootstrap#info=devDependencies) Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). @@ -65,13 +65,13 @@ When completed, you'll be able to run the various Grunt commands provided from t ### Available Grunt commands #### Build - `grunt` -Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).** +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess] and [UglifyJS].** #### Only compile CSS and JavaScript - `grunt dist` -`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).** +`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess] and [UglifyJS].** #### Tests - `grunt test` -Runs jshint and qunit tests headlessly in [phantomjs](https://github.com/ariya/phantomjs/) (used for CI). **Requires [phantomjs](https://github.com/ariya/phantomjs/).** +Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). #### Watch - `grunt watch` This is a convenience method for watching just Less files and automatically building them whenever you save. @@ -139,3 +139,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver. ## Copyright and license Copyright 2013 Twitter, Inc under [the Apache 2.0 license](LICENSE). + + [recess]: http://twitter.github.io/recess/ "recess" + [uglifyjs]: http://lisperator.net/uglifyjs/ "UglifyJS" + diff --git a/css.html b/css.html index 3ea6a84c7319..a07567620c1b 100644 --- a/css.html +++ b/css.html @@ -2198,6 +2198,10 @@
To left-align components in navbars, use .navbar-left
instead. See the navbar docs for details.
Float an element right with a class. Can also be used as a mixin.
@@ -2209,6 +2213,10 @@To right-align components in navbars, use .navbar-right
instead. See the navbar docs for details.
Clear the float
on any element. Utilizes the micro clearfix as popularized by Nicolas Gallagher. Can also be used as a mixin.
The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.
- +Download precompiled Bootstrap