diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-08 01:44:02 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-08 01:44:02 -0400 |
commit | b7c4722740e15a549c32b9d86fbce8ff14e5d10d (patch) | |
tree | 7e14a8cbd082b6a9d87da19f0fc6e24793242d94 | |
parent | e799f84f00eecb9383043fbfcae89a82076fbc75 (diff) |
index: add background-color to thumbnails
-rw-r--r-- | css/bootswatch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 51a075c9..3b86d692 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -82,6 +82,7 @@ body { .thumbnail { margin-bottom: 20px; + background-color: #eee; } .thumbnail img { |