mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
1 more space for disabled
This commit is contained in:
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
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||||
* Date: Sun Aug 21 20:43:00 PDT 2011
|
* Date: Sun Aug 21 20:54:08 PDT 2011
|
||||||
*/
|
*/
|
||||||
/* Reset.less
|
/* 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).
|
* 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).
|
||||||
|
@@ -856,8 +856,7 @@
|
|||||||
<h4>Buttons</h4>
|
<h4>Buttons</h4>
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<form>
|
<form>
|
||||||
<button class="btn large primary disabled" disabled>Primary action</button>
|
<button class="btn large primary disabled" disabled>Primary action</button> <button class="btn large disabled" disabled>Action</button>
|
||||||
<button class="btn large disabled" disabled>Action</button>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user