Merge branch 'dev' of github.com:twitter/bootstrap into dev

Conflicts:
	bootstrap.css
This commit is contained in:
Mark Otto
2011-10-31 23:22:13 -07:00
20 changed files with 549 additions and 102 deletions

View File

@@ -255,7 +255,9 @@ textarea.xxlarge {
// This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border
.formColumns(@columnSpan: 1) {
display: inline-block;
float: none;
width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10;
margin-left: 0;
}
input,
textarea {

View File

@@ -573,7 +573,8 @@ footer {
.transition(.1s linear all);
// Active and Disabled states
&:active {
&.active,
:active {
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}