summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-17 13:07:07 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-17 13:07:07 -0400
commitcfd51ed270c6742d673629759f3b6919f05260ce (patch)
treec455d23833154648914e797b8646032160eaa566
parentc0690a22cd63488aa3162e235476e7b7f1b7e3f3 (diff)
index: add background color to thumbnail
-rw-r--r--css/bootswatch.css4
1 files changed, 4 insertions, 0 deletions
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;