diff options
| author | Mark Otto <[email protected]> | 2013-04-21 18:29:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-21 18:29:06 -0700 |
| commit | 364f8330a159f9448833d88740e259219883d404 (patch) | |
| tree | d4381506f993267ffe100d43c70cfc3cfc5d81f6 /docs/assets/css/bootstrap.css | |
| parent | af63a4405decba82edc0b05fcd87890f859469bc (diff) | |
| download | bootstrap-364f8330a159f9448833d88740e259219883d404.tar.xz bootstrap-364f8330a159f9448833d88740e259219883d404.zip | |
Fixes #7648: Thumbnail caption should use @text-color variable. Also adds other thumbnail vars
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53f9a9693..f40720bf4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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, |
