From a840bfab4bddb20f2dc4a382019ed95ddced0608 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 19 Feb 2012 12:09:28 -0500 Subject: fix padding on thumbnails --- css/bootswatch.css | 8 ++++---- 1 file 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 { -- cgit v1.2.3