mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-11 05:46:27 +10:00
hotfix for 2.0.3
This commit is contained in:
Binary file not shown.
Vendored
+3
@@ -671,6 +671,9 @@
|
||||
.thumbnails {
|
||||
margin-left: -30px;
|
||||
}
|
||||
.thumbnails > li {
|
||||
margin-left: 30px;
|
||||
}
|
||||
.row-fluid .thumbnails {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
Vendored
+5
-1
@@ -2499,6 +2499,7 @@ table .span24 {
|
||||
|
||||
.fade {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
-webkit-transition: opacity 0.15s linear;
|
||||
-moz-transition: opacity 0.15s linear;
|
||||
-ms-transition: opacity 0.15s linear;
|
||||
@@ -2508,6 +2509,7 @@ table .span24 {
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
.collapse {
|
||||
@@ -2547,7 +2549,7 @@ table .span24 {
|
||||
button.close {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
@@ -4445,7 +4447,9 @@ input[type="submit"].btn.btn-mini {
|
||||
}
|
||||
|
||||
.thumbnails > li {
|
||||
float: left;
|
||||
margin-bottom: 18px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
|
||||
Reference in New Issue
Block a user