summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-19 12:09:28 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-19 12:09:28 -0500
commita840bfab4bddb20f2dc4a382019ed95ddced0608 (patch)
treefc496cd256e0b207a171edda88ef3b583c562c2d
parenta8a2b1f0c1aeb2e4b8d9d2c5711a6376b0ad5d31 (diff)
fix padding on thumbnails
-rw-r--r--css/bootswatch.css8
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 {