aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 22:27:15 -0700
committerMark Otto <[email protected]>2011-10-03 22:27:15 -0700
commitc843e202b53502f8e973419bc5ea9c62f87f9c89 (patch)
tree4cc740676d4ffe56a2afaed0eb8f6292cfc7f7ba /bootstrap.css
parenta968d300b434598e8c1735f08fc7ad5da9d40033 (diff)
downloadbootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.tar.xz
bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.zip
make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index a7ba4c649..63f01b2ac 100644
--- a/bootstrap.css
+++ b/bootstrap.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: Mon Oct 3 22:00:55 PDT 2011
+ * Date: Mon Oct 3 22:26:41 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).
@@ -974,6 +974,7 @@ textarea[readonly] {
float: none;
width: auto;
padding: 0;
+ margin-left: 20px;
line-height: 18px;
text-align: left;
white-space: normal;
@@ -998,6 +999,8 @@ textarea[readonly] {
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
margin-bottom: 0;
+ margin-left: -20px;
+ float: left;
}
.form-stacked {
padding-left: 20px;