aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 20:57:09 -0700
committerJacob Thornton <[email protected]>2011-08-21 20:57:09 -0700
commit17f9aca6988d12559cefa76469f6e7b179265313 (patch)
tree84d960b2dc244572d466933b9deaa9539ac100fa
parentc6b162f6ca32fc429ec28d23d4c0b1f9d5ab4108 (diff)
downloadbootstrap-17f9aca6988d12559cefa76469f6e7b179265313.tar.xz
bootstrap-17f9aca6988d12559cefa76469f6e7b179265313.zip
1 more space for disabled
-rw-r--r--bootstrap-1.0.0.css2
-rw-r--r--docs/index.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 5cdd4b41e..2cb29d124 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -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: Sun Aug 21 20:43:00 PDT 2011
+ * Date: Sun Aug 21 20:54:08 PDT 2011
*/
/* 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).
diff --git a/docs/index.html b/docs/index.html
index a6950adb9..6be119216 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -856,8 +856,7 @@
<h4>Buttons</h4>
<div class="well">
<form>
- <button class="btn large primary disabled" disabled>Primary action</button>
- <button class="btn large disabled" disabled>Action</button>
+ <button class="btn large primary disabled" disabled>Primary action</button>&nbsp;<button class="btn large disabled" disabled>Action</button>
</form>
</div>
</div>