diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 21:48:46 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 21:48:46 -0800 |
| commit | dc2deb9a1b1995bbabee91bfd579d9b466fe78f2 (patch) | |
| tree | 9606da7326fd0a1e2ba1727e7390a69555bd92c3 /lib/thumbnails.less | |
| parent | e0e54d9c6cb39eae53e31117c38ceae0a08a6e0b (diff) | |
| download | bootstrap-dc2deb9a1b1995bbabee91bfd579d9b466fe78f2.tar.xz bootstrap-dc2deb9a1b1995bbabee91bfd579d9b466fe78f2.zip | |
moving structure around + more work on builder...
Diffstat (limited to 'lib/thumbnails.less')
| -rw-r--r-- | lib/thumbnails.less | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/thumbnails.less b/lib/thumbnails.less deleted file mode 100644 index 0ba749059..000000000 --- a/lib/thumbnails.less +++ /dev/null @@ -1,33 +0,0 @@ -// THUMBNAILS -// ---------- - -.thumbnails { - margin-left: -20px; - list-style: none; - .clearfix(); -} -.thumbnails > li { - float: left; - margin: 0 0 @baseLineHeight 20px; -} -.thumbnail { - display: block; - padding: 4px; - line-height: 1; - border: 1px solid #ddd; - .border-radius(4px); - .box-shadow(0 1px 1px rgba(0,0,0,.075)); -} -// Add a hover state for linked versions only -a.thumbnail:hover { - border-color: @linkColor; - .box-shadow(0 1px 4px rgba(0,105,214,.25)); -} -// Images and captions -.thumbnail > img { - display: block; - max-width: 100%; -} -.thumbnail .caption { - padding: 9px; -} |
