]> iEval git - mindcoding-template-patches.git/blobdiff - mindcoding-template/less/thumbnails.less
Remove extraneous files and fix modes
[mindcoding-template-patches.git] / mindcoding-template / less / thumbnails.less
diff --git a/mindcoding-template/less/thumbnails.less b/mindcoding-template/less/thumbnails.less
deleted file mode 100755 (executable)
index a09aa9b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-// Thumbnails
-// --------------------------------------------------
-
-
-// Mixin and adjust the regular image class
-.thumbnail {
-  .img-thumbnail();
-  display: block; // Override the inline-block from `.img-thumbnail`
-  margin-bottom: @line-height-computed;
-
-  > img {
-    .img-responsive();
-    margin-left: auto;
-    margin-right: auto;
-  }
-}
-
-
-// Add a hover state for linked versions only
-a.thumbnail:hover,
-a.thumbnail:focus,
-a.thumbnail.active {
-  border-color: @link-color;
-}
-
-// Image captions
-.thumbnail .caption {
-  padding: @thumbnail-caption-padding;
-  color: @thumbnail-caption-color;
-}
This page took 0.022432 seconds and 4 git commands to generate.