run grunt

This commit is contained in:
Mark Otto 2013-09-16 21:43:55 -07:00
parent 8f43820fff
commit 63d1d09ebd
3 changed files with 47 additions and 145 deletions

File diff suppressed because one or more lines are too long

188
dist/css/bootstrap.css vendored
View file

@ -4489,7 +4489,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
border-color: #e6e6e6; border-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret,
@ -6372,14 +6372,8 @@ body.modal-open,
visibility: hidden !important; visibility: hidden !important;
} }
.visible-xs { .visible-xs,
display: none !important; tr.visible-xs,
}
tr.visible-xs {
display: none !important;
}
th.visible-xs, th.visible-xs,
td.visible-xs { td.visible-xs {
display: none !important; display: none !important;
@ -6437,14 +6431,8 @@ td.visible-xs {
} }
} }
.visible-sm { .visible-sm,
display: none !important; tr.visible-sm,
}
tr.visible-sm {
display: none !important;
}
th.visible-sm, th.visible-sm,
td.visible-sm { td.visible-sm {
display: none !important; display: none !important;
@ -6502,14 +6490,8 @@ td.visible-sm {
} }
} }
.visible-md { .visible-md,
display: none !important; tr.visible-md,
}
tr.visible-md {
display: none !important;
}
th.visible-md, th.visible-md,
td.visible-md { td.visible-md {
display: none !important; display: none !important;
@ -6567,14 +6549,8 @@ td.visible-md {
} }
} }
.visible-lg { .visible-lg,
display: none !important; tr.visible-lg,
}
tr.visible-lg {
display: none !important;
}
th.visible-lg, th.visible-lg,
td.visible-lg { td.visible-lg {
display: none !important; display: none !important;
@ -6646,12 +6622,8 @@ td.hidden-xs {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-xs { .hidden-xs,
display: none !important; tr.hidden-xs,
}
tr.hidden-xs {
display: none !important;
}
th.hidden-xs, th.hidden-xs,
td.hidden-xs { td.hidden-xs {
display: none !important; display: none !important;
@ -6659,12 +6631,8 @@ td.hidden-xs {
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm { .hidden-xs.hidden-sm,
display: none !important; tr.hidden-xs.hidden-sm,
}
tr.hidden-xs.hidden-sm {
display: none !important;
}
th.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm { td.hidden-xs.hidden-sm {
display: none !important; display: none !important;
@ -6672,12 +6640,8 @@ td.hidden-xs {
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md { .hidden-xs.hidden-md,
display: none !important; tr.hidden-xs.hidden-md,
}
tr.hidden-xs.hidden-md {
display: none !important;
}
th.hidden-xs.hidden-md, th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md { td.hidden-xs.hidden-md {
display: none !important; display: none !important;
@ -6685,12 +6649,8 @@ td.hidden-xs {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-xs.hidden-lg { .hidden-xs.hidden-lg,
display: none !important; tr.hidden-xs.hidden-lg,
}
tr.hidden-xs.hidden-lg {
display: none !important;
}
th.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg { td.hidden-xs.hidden-lg {
display: none !important; display: none !important;
@ -6711,12 +6671,8 @@ td.hidden-sm {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-sm.hidden-xs { .hidden-sm.hidden-xs,
display: none !important; tr.hidden-sm.hidden-xs,
}
tr.hidden-sm.hidden-xs {
display: none !important;
}
th.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs { td.hidden-sm.hidden-xs {
display: none !important; display: none !important;
@ -6724,12 +6680,8 @@ td.hidden-sm {
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-sm { .hidden-sm,
display: none !important; tr.hidden-sm,
}
tr.hidden-sm {
display: none !important;
}
th.hidden-sm, th.hidden-sm,
td.hidden-sm { td.hidden-sm {
display: none !important; display: none !important;
@ -6737,12 +6689,8 @@ td.hidden-sm {
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md { .hidden-sm.hidden-md,
display: none !important; tr.hidden-sm.hidden-md,
}
tr.hidden-sm.hidden-md {
display: none !important;
}
th.hidden-sm.hidden-md, th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md { td.hidden-sm.hidden-md {
display: none !important; display: none !important;
@ -6750,12 +6698,8 @@ td.hidden-sm {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-sm.hidden-lg { .hidden-sm.hidden-lg,
display: none !important; tr.hidden-sm.hidden-lg,
}
tr.hidden-sm.hidden-lg {
display: none !important;
}
th.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg { td.hidden-sm.hidden-lg {
display: none !important; display: none !important;
@ -6776,12 +6720,8 @@ td.hidden-md {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-md.hidden-xs { .hidden-md.hidden-xs,
display: none !important; tr.hidden-md.hidden-xs,
}
tr.hidden-md.hidden-xs {
display: none !important;
}
th.hidden-md.hidden-xs, th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs { td.hidden-md.hidden-xs {
display: none !important; display: none !important;
@ -6789,12 +6729,8 @@ td.hidden-md {
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm { .hidden-md.hidden-sm,
display: none !important; tr.hidden-md.hidden-sm,
}
tr.hidden-md.hidden-sm {
display: none !important;
}
th.hidden-md.hidden-sm, th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm { td.hidden-md.hidden-sm {
display: none !important; display: none !important;
@ -6802,12 +6738,8 @@ td.hidden-md {
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-md { .hidden-md,
display: none !important; tr.hidden-md,
}
tr.hidden-md {
display: none !important;
}
th.hidden-md, th.hidden-md,
td.hidden-md { td.hidden-md {
display: none !important; display: none !important;
@ -6815,12 +6747,8 @@ td.hidden-md {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-md.hidden-lg { .hidden-md.hidden-lg,
display: none !important; tr.hidden-md.hidden-lg,
}
tr.hidden-md.hidden-lg {
display: none !important;
}
th.hidden-md.hidden-lg, th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg { td.hidden-md.hidden-lg {
display: none !important; display: none !important;
@ -6841,12 +6769,8 @@ td.hidden-lg {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-lg.hidden-xs { .hidden-lg.hidden-xs,
display: none !important; tr.hidden-lg.hidden-xs,
}
tr.hidden-lg.hidden-xs {
display: none !important;
}
th.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs { td.hidden-lg.hidden-xs {
display: none !important; display: none !important;
@ -6854,12 +6778,8 @@ td.hidden-lg {
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm { .hidden-lg.hidden-sm,
display: none !important; tr.hidden-lg.hidden-sm,
}
tr.hidden-lg.hidden-sm {
display: none !important;
}
th.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm { td.hidden-lg.hidden-sm {
display: none !important; display: none !important;
@ -6867,12 +6787,8 @@ td.hidden-lg {
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md { .hidden-lg.hidden-md,
display: none !important; tr.hidden-lg.hidden-md,
}
tr.hidden-lg.hidden-md {
display: none !important;
}
th.hidden-lg.hidden-md, th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md { td.hidden-lg.hidden-md {
display: none !important; display: none !important;
@ -6880,26 +6796,16 @@ td.hidden-lg {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-lg { .hidden-lg,
display: none !important; tr.hidden-lg,
}
tr.hidden-lg {
display: none !important;
}
th.hidden-lg, th.hidden-lg,
td.hidden-lg { td.hidden-lg {
display: none !important; display: none !important;
} }
} }
.visible-print { .visible-print,
display: none !important; tr.visible-print,
}
tr.visible-print {
display: none !important;
}
th.visible-print, th.visible-print,
td.visible-print { td.visible-print {
display: none !important; display: none !important;
@ -6916,12 +6822,8 @@ td.visible-print {
td.visible-print { td.visible-print {
display: table-cell !important; display: table-cell !important;
} }
.hidden-print { .hidden-print,
display: none !important; tr.hidden-print,
}
tr.hidden-print {
display: none !important;
}
th.hidden-print, th.hidden-print,
td.hidden-print { td.hidden-print {
display: none !important; display: none !important;

File diff suppressed because one or more lines are too long