diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-20 09:37:09 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-20 09:37:09 -0500 |
commit | 37f83164d264b0f8f746c1b885e704eeaace295e (patch) | |
tree | 0008ac18f9c5fdcd005281e19a65690e1f1dc3a1 /css | |
parent | 71617ebaececa563256796fe73924cbf21df8a0a (diff) |
index: fallback background-color on thumbnail
Diffstat (limited to 'css')
-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 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); } |