aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-31 23:22:13 -0700
committerMark Otto <[email protected]>2011-10-31 23:22:13 -0700
commita21363a749f7d30a282e24cefd83840a5a3fca7c (patch)
treec3dc61772359fdcbb75418bd105a61e3e5579f70 /bootstrap.css
parent98007b8394a5cf892694000d066a07a32f8c517f (diff)
parent8f726dc6ef3ee725ef032ef4a11dbce26982ae24 (diff)
downloadbootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.tar.xz
bootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.zip
Merge branch 'dev' of github.com:twitter/bootstrap into dev
Conflicts: bootstrap.css
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 276ee2540..9c88ab046 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 31 23:18:19 PDT 2011
+ * Date: Mon Oct 31 23:21:58 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).
@@ -814,67 +814,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],
@@ -1886,7 +1918,7 @@ footer {
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
-.btn:active {
+.btn.active, .btn :active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);