aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-27 22:56:14 -0700
committerMark Otto <[email protected]>2017-03-27 22:56:14 -0700
commit7742ba6dc9ed7c630b9786667df0a90eb9ae3948 (patch)
tree0b041218596f3860a507abd3d9720d63e59cffa5 /docs/dist/css/bootstrap.css
parentbebdbe411971206e83b52b2448664acfdb73a174 (diff)
downloadbootstrap-7742ba6dc9ed7c630b9786667df0a90eb9ae3948.tar.xz
bootstrap-7742ba6dc9ed7c630b9786667df0a90eb9ae3948.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 7a816b10e..5691aff91 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -4537,10 +4537,6 @@ tbody.collapse.show {
border-left: 0;
}
-.card-img {
- border-radius: calc(0.25rem - 1px);
-}
-
.card-img-overlay {
position: absolute;
top: 0;
@@ -4550,12 +4546,19 @@ tbody.collapse.show {
padding: 1.25rem;
}
+.card-img {
+ width: 100%;
+ border-radius: calc(0.25rem - 1px);
+}
+
.card-img-top {
+ width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
+ width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
@@ -4571,6 +4574,8 @@ tbody.collapse.show {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
+ margin-right: -15px;
+ margin-left: -15px;
}
.card-deck .card {
display: -webkit-box;
@@ -4586,12 +4591,8 @@ tbody.collapse.show {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
- }
- .card-deck .card:not(:first-child) {
- margin-left: 15px;
- }
- .card-deck .card:not(:last-child) {
margin-right: 15px;
+ margin-left: 15px;
}
}