aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 14:25:40 -0800
committerMark Otto <[email protected]>2013-01-17 14:25:40 -0800
commit237f5e15d3376d141ac934a9264428a7b822384c (patch)
treeab79bb32ad1364dd9c3efcfe73dced98dc7d8f3b
parentbb94de78735c92525f04d3ec65b12272d5de699d (diff)
downloadbootstrap-237f5e15d3376d141ac934a9264428a7b822384c.tar.xz
bootstrap-237f5e15d3376d141ac934a9264428a7b822384c.zip
Nuke shadows around thumbnails
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/thumbnails.less2
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 0b1b7e266..041475e67 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3986,8 +3986,6 @@ button.close {
line-height: 20px;
border: 1px solid #ddd;
border-radius: 4px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
@@ -3996,8 +3994,6 @@ button.close {
a.thumbnail:hover {
border-color: #428bca;
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
diff --git a/less/thumbnails.less b/less/thumbnails.less
index 78dbefbdc..69e69a4e1 100644
--- a/less/thumbnails.less
+++ b/less/thumbnails.less
@@ -10,13 +10,11 @@
line-height: @line-height-base;
border: 1px solid #ddd;
border-radius: @border-radius-base;
- .box-shadow(0 1px 3px rgba(0,0,0,.055));
.transition(all .2s ease-in-out);
}
// Add a hover state for linked versions only
a.thumbnail:hover {
border-color: @link-color;
- .box-shadow(0 1px 4px rgba(0,105,214,.25));
}
// Images and captions