aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-10-29 17:08:35 -0700
committerJacob Thornton <[email protected]>2011-10-29 17:08:35 -0700
commit9a30b8c05d26aa6c8e80c0b81f2fb3d979157a24 (patch)
treeb089f69bb5c31d47f9408f11935645a67e4cbd68 /bootstrap.css
parent61937a803b96748377dd49d50439d96d68a9e40c (diff)
parentd3b8a96589ab6dd70fad89413e04c09008c7c133 (diff)
downloadbootstrap-9a30b8c05d26aa6c8e80c0b81f2fb3d979157a24.tar.xz
bootstrap-9a30b8c05d26aa6c8e80c0b81f2fb3d979157a24.zip
Merge branch 'master' of github.com:twitter/bootstrap into dev
Conflicts: bootstrap.css bootstrap.min.css lib/forms.less
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 1bc26041b..d849cfb60 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: Fri Oct 28 18:57:30 PDT 2011
+ * Date: Sat Oct 29 17:08:31 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).
@@ -813,67 +813,99 @@ textarea.xxlarge {
}
input.span1, textarea.span1 {
display: inline-block;
+ float: none;
width: 30px;
+ margin-left: 0;
}
input.span2, textarea.span2 {
display: inline-block;
+ float: none;
width: 90px;
+ margin-left: 0;
}
input.span3, textarea.span3 {
display: inline-block;
+ float: none;
width: 150px;
+ margin-left: 0;
}
input.span4, textarea.span4 {
display: inline-block;
+ float: none;
width: 210px;
+ margin-left: 0;
}
input.span5, textarea.span5 {
display: inline-block;
+ float: none;
width: 270px;
+ margin-left: 0;
}
input.span6, textarea.span6 {
display: inline-block;
+ float: none;
width: 330px;
+ margin-left: 0;
}
input.span7, textarea.span7 {
display: inline-block;
+ float: none;
width: 390px;
+ margin-left: 0;
}
input.span8, textarea.span8 {
display: inline-block;
+ float: none;
width: 450px;
+ margin-left: 0;
}
input.span9, textarea.span9 {
display: inline-block;
+ float: none;
width: 510px;
+ margin-left: 0;
}
input.span10, textarea.span10 {
display: inline-block;
+ float: none;
width: 570px;
+ margin-left: 0;
}
input.span11, textarea.span11 {
display: inline-block;
+ float: none;
width: 630px;
+ margin-left: 0;
}
input.span12, textarea.span12 {
display: inline-block;
+ float: none;
width: 690px;
+ margin-left: 0;
}
input.span13, textarea.span13 {
display: inline-block;
+ float: none;
width: 750px;
+ margin-left: 0;
}
input.span14, textarea.span14 {
display: inline-block;
+ float: none;
width: 810px;
+ margin-left: 0;
}
input.span15, textarea.span15 {
display: inline-block;
+ float: none;
width: 870px;
+ margin-left: 0;
}
input.span16, textarea.span16 {
display: inline-block;
+ float: none;
width: 930px;
+ margin-left: 0;
}
input[disabled],
select[disabled],