diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-06 01:02:13 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-06 01:02:13 -0400 |
commit | 825e7e92b4c36eec6e5650c976eb919c4bbaa86e (patch) | |
tree | 3ae11196f38d30e51bea638925a180c3664291cb /simplex | |
parent | b7dfc75101b23f5d43f780d7e26e69f958efdbeb (diff) |
simplex: pad and whiten thumbnail
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css index 4b7e78f5..51f4b1e4 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); |