| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-02-06 | use :extend in thumbnail Less | Chris Rebert | 1 | -1/+1 | |
| 2013-12-01 | Merge pull request #10662 from kevinlisota/thumbnail-images | Mark Otto | 1 | -1/+2 | |
| add responsive CSS to hyperlinked images when thumbnail caption markup used | |||||
| 2013-11-29 | Fix #10979: Don't use .img-thumbnail as a mixin for .thumbnail to avoid dupe ↵ | Mark Otto | 1 | -2/+7 | |
| and unnecessary styles | |||||
| 2013-11-01 | Use nesting for thumbnail styles | Zlatan Vasović | 1 | -12/+11 | |
| 2013-10-30 | Combine multiple .thumbnail > img styles | Zlatan Vasović | 1 | -5/+3 | |
| 2013-10-14 | extended hover state of linked versions of .thumbnail | Rogério Yokomizo | 1 | -1/+2 | |
| 2013-09-16 | add responsive CSS to hyperlinked images when thumbnail caption markup is used | Kevin Lisota | 1 | -1/+2 | |
| When thumbnail caption markup is used in combination with a hyperlinked image, the image is not responsive. (non-hyperlinked images are fine, like the example in the docs) Adding a selector to apply responsiveness to hyperlinked images when thumbnail captions are used. | |||||
| 2013-08-26 | Add margin to thumbnails for proper spacing | Mark Otto | 1 | -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-18 | improve dependencies for image thumbnails and thumbnail component | Mark Otto | 1 | -21/+8 | |
| 2013-08-15 | fixes #9622: reset to inline-block for img-thumbnail, but keep block for ↵ | Mark Otto | 1 | -2/+4 | |
| .thumbnail > img | |||||
| 2013-08-11 | addressing #9189 manually, part 7: thumbnails vars | Mark Otto | 1 | -2/+2 | |
| 2013-07-01 | fixes #8345: use inline-block on .img-responsive | Mark Otto | 1 | -5/+2 | |
| 2013-06-28 | Overall responsive `img` styles | Mark Otto | 1 | -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-21 | Fixes #7648: Thumbnail caption should use @text-color variable. Also adds ↵ | Mark Otto | 1 | -3/+4 | |
| other thumbnail vars | |||||
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -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-17 | Combine .thumbnail and .img-thumbnail into simpler selectors | Mark Otto | 1 | -3/+14 | |
| 2013-01-17 | Nuke shadows around thumbnails | Mark Otto | 1 | -2/+0 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 1 | -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-30 | more consistent variable naming patterns | Mark Otto | 1 | -2/+2 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -2/+2 | |
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -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-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -1/+1 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-09-25 | thumbnails cleanup: no more UL or LI elements needed, instead just use ↵ | Mark Otto | 1 | -20/+0 | |
| standard grid markup | |||||
| 2012-08-15 | tweak transition | Mark Otto | 1 | -1/+1 | |
| 2012-08-15 | add transition to thumbnails | Mark Otto | 1 | -0/+1 | |
| 2012-08-14 | Fix .thumbnail line-height | Melvin | 1 | -1/+1 | |
| 2012-07-05 | update thumbnails to fix display issues and refine aesthetics | Mark Otto | 1 | -2/+3 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -2/+5 | |
| 2012-04-24 | restore margins on thumbnails, add comments about it's changes and how ↵ | Mark Otto | 1 | -0/+2 | |
| responsive affects it | |||||
| 2012-04-24 | make component animations work cross browsers with opacity mixin, restore ↵ | Mark Otto | 1 | -0/+1 | |
| float on thumbnails > li | |||||
| 2012-04-01 | fix #2296: allow fluid thumbnails | Mark Otto | 1 | -0/+4 | |
| 2012-04-01 | fix #2572: streamline thumbnails css to allow for offsets | Mark Otto | 1 | -2/+7 | |
| 2012-02-06 | manual patch of #1449 to make thumbnails use grid vars | Mark Otto | 1 | -2/+2 | |
| 2012-01-28 | revamped the thumbnails examples to make them work and look better at higher ↵ | Mark Otto | 1 | -0/+2 | |
| resolution | |||||
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+33 | |
