diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-05-17 13:07:07 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-05-17 13:07:07 -0400 |
commit | cfd51ed270c6742d673629759f3b6919f05260ce (patch) | |
tree | c455d23833154648914e797b8646032160eaa566 | |
parent | c0690a22cd63488aa3162e235476e7b7f1b7e3f3 (diff) |
index: add background color to thumbnail
-rw-r--r-- | css/bootswatch.css | 4 |
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; |