aboutsummaryrefslogtreecommitdiff
path: root/less/thumbnails.less
AgeCommit message (Collapse)AuthorFilesLines
2013-11-01Use nesting for thumbnail stylesZlatan Vasović1-12/+11
2013-10-30Combine multiple .thumbnail > img stylesZlatan Vasović1-5/+3
2013-10-14extended hover state of linked versions of .thumbnailRogério Yokomizo1-1/+2
2013-08-26Add margin to thumbnails for proper spacingMark Otto1-0/+1
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
2013-08-18improve dependencies for image thumbnails and thumbnail componentMark Otto1-21/+8
2013-08-15fixes #9622: reset to inline-block for img-thumbnail, but keep block for ↵Mark Otto1-2/+4
.thumbnail > img
2013-08-11addressing #9189 manually, part 7: thumbnails varsMark Otto1-2/+2
2013-07-01fixes #8345: use inline-block on .img-responsiveMark Otto1-5/+2
2013-06-28Overall responsive `img` stylesMark Otto1-2/+4
`img`s are no longer responsive by default. Instead, use `.img-responsive` as a class or mixin. Existing `.thumbnail > img` and `.img-thumbnail` classes now make use of this as a mixin as well.
2013-04-21Fixes #7648: Thumbnail caption should use @text-color variable. Also adds ↵Mark Otto1-3/+4
other thumbnail vars
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+2
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-01-17Combine .thumbnail and .img-thumbnail into simpler selectorsMark Otto1-3/+14
2013-01-17Nuke shadows around thumbnailsMark Otto1-2/+0
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-2/+3
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-11-30more consistent variable naming patternsMark Otto1-2/+2
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-2/+2
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-1/+1
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-25thumbnails cleanup: no more UL or LI elements needed, instead just use ↵Mark Otto1-20/+0
standard grid markup
2012-08-15tweak transitionMark Otto1-1/+1
2012-08-15add transition to thumbnailsMark Otto1-0/+1
2012-08-14Fix .thumbnail line-heightMelvin1-1/+1
2012-07-05update thumbnails to fix display issues and refine aestheticsMark Otto1-2/+3
2012-06-28standardize top level file commentsMark Otto1-2/+5
2012-04-24restore margins on thumbnails, add comments about it's changes and how ↵Mark Otto1-0/+2
responsive affects it
2012-04-24make component animations work cross browsers with opacity mixin, restore ↵Mark Otto1-0/+1
float on thumbnails > li
2012-04-01fix #2296: allow fluid thumbnailsMark Otto1-0/+4
2012-04-01fix #2572: streamline thumbnails css to allow for offsetsMark Otto1-2/+7
2012-02-06manual patch of #1449 to make thumbnails use grid varsMark Otto1-2/+2
2012-01-28revamped the thumbnails examples to make them work and look better at higher ↵Mark Otto1-0/+2
resolution
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+33