@@ -12,20 +12,11 @@ Three quick start options are available:
*[Download the latest release](https://github.com/twitter/bootstrap/zipball/master).
* Clone the repo: `git clone git://github.com/twitter/bootstrap.git`.
* Install with Twitter's [Bower](http://github.com/bower/bower): `bower install bootstrap`.
* Install with Twitter's [Bower](http://bower.io): `bower install bootstrap`.
Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, basic template guidelines, and more.
## Bootstrap elsewhere
Beyond getting started with the Bootstrap core, there are ways to use Bootstrap in other tools and services:
*[Roots WordPress theme](https://github.com/retlehs/roots) - A WordPress starter theme based on HTML5 Boilerplate & Bootstrap from Twitter.
Have suggestions? Let us know with a [new issue](https://github.com/twitter/bootstrap/issues).
@@ -1661,21 +1661,6 @@ For example, <code><section></code> should be wrapped as inline.
<inputtype="text"placeholder="col col-large-4">
</div>
</div>
{% endhighlight %}
<h3id="forms-actions">Form actions</h3>
<p>End a form with a group of actions (buttons). When placed within a <code>.form-horizontal</code>, the buttons will automatically indent to line up with the form controls.</p>