2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+8
View File
@@ -346,6 +346,14 @@
@panel-info-heading-bg: @state-info-bg;
// Thumbnails
// -------------------------
@thumbnail-caption-color: @text-color;
@thumbnail-bg: @body-bg;
@thumbnail-border: #ddd;
@thumbnail-border-radius: @border-radius-base;
// Wells
// -------------------------
@well-bg: #f5f5f5;