1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

fix all validation, turn off some settings, add sort order

This commit is contained in:
Mark Otto
2014-12-11 12:05:29 -08:00
parent 16bd4a2787
commit fef873a840
30 changed files with 538 additions and 256 deletions

View File

@@ -101,9 +101,9 @@
//
.card-blockquote {
border-left: 0;
padding: 0;
margin-bottom: 0;
border-left: 0;
}
// Card image
@@ -143,14 +143,14 @@
border-spacing: 1.25rem 0;
.card {
float: none;
display: table-cell;
float: none;
max-width: none;
}
}
.card-set-wrapper {
margin-left: -1.25rem;
margin-right: -1.25rem;
margin-left: -1.25rem;
}
@@ -164,13 +164,13 @@
table-layout: fixed;
.card {
float: none;
display: table-cell;
float: none;
max-width: none;
+ .card {
border-left: 0;
margin-left: 0;
border-left: 0;
}
}
}
@@ -181,16 +181,11 @@
//
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;
column-count: 3;
column-gap: 1rem;
.card {
display: inline-block;
width: 100%; // Don't let them exceed the column width
/*margin-bottom: 1rem;*/
}
}