fix padding on thumbnails
authorThomas Park <thomas@thomaspark.me>
Sun, 19 Feb 2012 17:09:28 +0000 (12:09 -0500)
committerThomas Park <thomas@thomaspark.me>
Sun, 19 Feb 2012 17:09:28 +0000 (12:09 -0500)
css/bootswatch.css

index 8fd524c..1e819d8 100644 (file)
@@ -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 {