diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-19 12:09:28 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-19 12:09:28 -0500 |
commit | a840bfab4bddb20f2dc4a382019ed95ddced0608 (patch) | |
tree | fc496cd256e0b207a171edda88ef3b583c562c2d /css/bootswatch.css | |
parent | a8a2b1f0c1aeb2e4b8d9d2c5711a6376b0ad5d31 (diff) |
fix padding on thumbnails
Diffstat (limited to 'css/bootswatch.css')
-rw-r--r-- | css/bootswatch.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 8fd524c7..1e819d82 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -13,7 +13,7 @@ body { } .hero-unit, .thumbnail { - background-color: #ddd; + background-color: #e3e3e3; } .hero-unit h1, .hero-unit p { @@ -48,17 +48,17 @@ body { text-align: center; } - .thumbnail { max-width: 300px; } - .thumbnail img { border: 1px solid #DDD; - margin-top: 5px; width: 290px; height: 200px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } .thumbnail .btn-toolbar { |