From 825e7e92b4c36eec6e5650c976eb919c4bbaa86e Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 6 Aug 2012 01:02:13 -0400 Subject: [PATCH] simplex: pad and whiten thumbnail --- simplex/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css index 4b7e78f..51f4b1e 100644 --- a/simplex/bootstrap.css +++ b/simplex/bootstrap.css @@ -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); -- 2.39.2