1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Fixes #7648: Thumbnail caption should use @text-color variable. Also adds other thumbnail vars

This commit is contained in:
Mark Otto
2013-04-21 18:29:06 -07:00
parent af63a4405d
commit 364f8330a1
3 changed files with 15 additions and 5 deletions

View File

@@ -4711,7 +4711,8 @@ button.close {
.img-thumbnail {
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
@@ -4741,7 +4742,7 @@ a.thumbnail:focus {
.thumbnail .caption {
padding: 9px;
color: #555555;
color: #333333;
}
.media,