From 37f83164d264b0f8f746c1b885e704eeaace295e Mon Sep 17 00:00:00 2001
From: Thomas Park <thomas@thomaspark.me>
Date: Wed, 20 Feb 2013 09:37:09 -0500
Subject: index: fallback background-color on thumbnail

---
 css/bootswatch.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/bootswatch.css b/css/bootswatch.css
index f891f982..7abc7fac 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -82,6 +82,7 @@ section {
 
 .thumbnail {
 	margin-bottom: 20px;
+	background-color: #f3f3f3;
 	background-color: rgba(0, 0, 0, 0.05);
 }
 
-- 
cgit v1.2.3