From cfd51ed270c6742d673629759f3b6919f05260ce Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 17 May 2012 13:07:07 -0400 Subject: index: add background color to thumbnail --- css/bootswatch.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootswatch.css b/css/bootswatch.css index a0645198..9a455f3d 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -80,6 +80,10 @@ body { text-align: center; } +.thumbnail { + background-color: #eee; +} + .thumbnail img { max-width: 100%; -webkit-border-radius: 7px; -- cgit v1.2.3