]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Nuke shadows around thumbnails
authorMark Otto <otto@github.com>
Thu, 17 Jan 2013 22:25:40 +0000 (14:25 -0800)
committerMark Otto <otto@github.com>
Thu, 17 Jan 2013 22:25:40 +0000 (14:25 -0800)
docs/assets/css/bootstrap.css
less/thumbnails.less

index 0b1b7e266a5a675e34ee0a2523fd55e30d67e393..041475e67d6b1846cbb63449022f3edae12847d9 100644 (file)
@@ -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 {
index 78dbefbdc705011b8ec2d661fadd6f618a4a80c5..69e69a4e167a8f1988ff8913957bda6f130bb953 100644 (file)
   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