simplex: pad and whiten thumbnail
authorThomas Park <thomas@thomaspark.me>
Mon, 6 Aug 2012 05:02:13 +0000 (01:02 -0400)
committerThomas Park <thomas@thomaspark.me>
Mon, 6 Aug 2012 05:02:13 +0000 (01:02 -0400)
simplex/bootstrap.css

index 4b7e78f..51f4b1e 100644 (file)
@@ -4500,6 +4500,10 @@ hr {
   background-color: #ffffff;
   border: none;
 }
+.thumbnail {
+  padding: 10px;
+  background-color: #ffffff;
+}
 .breadcrumb {
   -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) ,  -1px -1px 0 rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) ,  -1px -1px 0 rgba(0, 0, 0, 0.1);