aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-08-18 19:40:56 -0700
committerJacob Thornton <[email protected]>2013-08-18 19:40:56 -0700
commit93887f4bd001005e75ef636ef7600c6bcc9a61f4 (patch)
treeecf345d0ea97026c059a8b6f9df797a64af83d0c /dist/css/bootstrap.css
parentea383804ecb4527d49c8603a09a37b983faf72d5 (diff)
parentd5cd040f57b5b1036a7a927332a3220cceefae43 (diff)
downloadbootstrap-93887f4bd001005e75ef636ef7600c6bcc9a61f4.tar.xz
bootstrap-93887f4bd001005e75ef636ef7600c6bcc9a61f4.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css30
1 files changed, 18 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b038592b4..6ce593647 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -354,6 +354,19 @@ img {
border-radius: 6px;
}
+.img-thumbnail {
+ display: inline-block;
+ height: auto;
+ max-width: 100%;
+ padding: 4px;
+ line-height: 1.428571429;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+ border-radius: 4px;
+ -webkit-transition: all 0.2s ease-in-out;
+ transition: all 0.2s ease-in-out;
+}
+
.img-circle {
border-radius: 50%;
}
@@ -4884,8 +4897,11 @@ a.list-group-item.active > .badge,
}
}
-.thumbnail,
-.img-thumbnail {
+.thumbnail {
+ display: inline-block;
+ display: block;
+ height: auto;
+ max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
@@ -4895,22 +4911,12 @@ a.list-group-item.active > .badge,
transition: all 0.2s ease-in-out;
}
-.thumbnail {
- display: block;
-}
-
.thumbnail > img {
display: block;
height: auto;
max-width: 100%;
}
-.img-thumbnail {
- display: inline-block;
- height: auto;
- max-width: 100%;
-}
-
a.thumbnail:hover,
a.thumbnail:focus {
border-color: #428bca;