index: use rgba for thumbnail background-color
authorThomas Park <thomas@thomaspark.me>
Sun, 19 Aug 2012 14:55:21 +0000 (10:55 -0400)
committerThomas Park <thomas@thomaspark.me>
Sun, 19 Aug 2012 14:55:21 +0000 (10:55 -0400)
css/bootswatch.css

index 3b86d69..c7432a2 100644 (file)
@@ -82,7 +82,7 @@ body {
 
 .thumbnail {
        margin-bottom: 20px;
-       background-color: #eee;
+       background-color: rgba(0, 0, 0, 0.1);
 }
 
 .thumbnail img {