| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-08-04 | rename imported files to preface with underscore; rerun grunt dist | Mark Otto | 1 | -147/+0 | |
| 2014-07-11 | rearrange a few things; drop compiled theme file | Mark Otto | 1 | -1/+2 | |
| 2014-07-08 | Drop: Thumbnails completely, as they'll be replaced | Mark Otto | 1 | -2/+0 | |
| 2014-07-08 | Drop: all vendor prefix mixins because autoprefixer | Mark Otto | 1 | -5/+3 | |
| 2014-07-07 | start the move to rems | Mark Otto | 1 | -1/+1 | |
| 2014-06-05 | Use px for font-size fixes #13737 | Thomas Welton | 1 | -1/+1 | |
| 2014-02-10 | add .sr-only-focusable; fixes #12259 | Chris Rebert | 1 | -0/+16 | |
| 2014-01-29 | Fixes #12424: Account for Normalize change on figure element so that we ↵ | Mark Otto | 1 | -0/+10 | |
| don't potentially screw folks over | |||||
| 2014-01-23 | Add ref in Less to docs regarding box-sizing conflicts | Chris Rebert | 1 | -1/+4 | |
| Refs #12351 | |||||
| 2014-01-16 | Split box-sizing reset for faster rendering | Mark Otto | 1 | -1/+3 | |
| 2013-10-05 | Insert comma to fix validation warning | Zlatan Vasović | 1 | -1/+1 | |
| BS doesn't support IE6/IE7, so comma can be inserted. | |||||
| 2013-08-28 | fix #10252 by restricting Android Firefox reset to only .form-control & .btn | Chris Rebert | 1 | -11/+0 | |
| 2013-08-18 | improve dependencies for image thumbnails and thumbnail component | Mark Otto | 1 | -8/+19 | |
| 2013-08-18 | Nesting for link styles | Zlatan Vasović | 1 | -8/+10 | |
| 2013-08-16 | fixes #9436 more: put padding on containers, not the body because full width ↵ | Mark Otto | 1 | -2/+0 | |
| elements | |||||
| 2013-08-16 | Make negative margins on rows the default, not just in containers, and add ↵ | Mark Otto | 1 | -0/+2 | |
| padding to body to compensate | |||||
| 2013-08-15 | fixes #9582: restore img-responsive as a class and move it's mixin to ↵ | Mark Otto | 1 | -4/+2 | |
| mixins.less | |||||
| 2013-08-14 | fixes #9445: make img responsive mixin use display block, but provide option ↵ | Mark Otto | 1 | -2/+2 | |
| to pass custom value to it | |||||
| 2013-08-14 | fixes #8702 until Normalize.css starts handling this | Chris Rebert | 1 | -0/+8 | |
| 2013-08-12 | fixes #9400: add box-sizing to pseudo elements as well | Mark Otto | 1 | -1/+3 | |
| 2013-08-11 | Merge pull request #9286 from neilhem/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| set img-circle class in percents | |||||
| 2013-08-09 | set img-circle class in percents | Rakhat Jabagin | 1 | -1/+1 | |
| 2013-08-07 | property order | Mark Otto | 1 | -5/+5 | |
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 1 | -0/+14 | |
| This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out. | |||||
| 2013-07-17 | fixes #8477: use var for rounded image border-radius | Mark Otto | 1 | -1/+1 | |
| 2013-07-05 | Move `hr` to scaffolding.less (out of type.less) and simplify styles | Mark Otto | 1 | -0/+12 | |
| 2013-07-01 | fixes #8345: use inline-block on .img-responsive | Mark Otto | 1 | -1/+1 | |
| 2013-06-28 | Overall responsive `img` styles | Mark Otto | 1 | -4/+6 | |
| `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-06-25 | Fix 2 typos | Chris Rebert | 1 | -2/+2 | |
| 2013-06-16 | Remove WebKit overflow scrolling for now | Mark Otto | 1 | -2/+0 | |
| 2013-05-09 | remove duplicate text scaling | Mark Otto | 1 | -8/+0 | |
| 2013-04-27 | Adding media queries breakpoints variables | Kevin | 1 | -1/+1 | |
| 2013-04-13 | IE8 doesn't need help with responsive images, they work just dandy ↵ | Mark Otto | 1 | -1/+0 | |
| apparently (see http://jsbin.com/idesit/1) | |||||
| 2013-04-05 | use font-size-base var | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | -background to -bg for body and table vars | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | @link-color-hover to @link-hover-color | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | Remove the handful of rem font-sizes | Mark Otto | 1 | -1/+1 | |
| 2013-03-26 | New grid classes | Mark Otto | 1 | -4/+6 | |
| 2013-03-17 | Exploring rems as font-size unit | Mark Otto | 1 | -6/+1 | |
| * Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets | |||||
| 2013-03-17 | mixin, not copypasta | Mark Otto | 1 | -3/+1 | |
| 2013-03-10 | Set border-box globally instead | Mark Otto | 1 | -0/+10 | |
| 2013-02-28 | Fixes #6897: Print styles get own .less file | Mark Otto | 1 | -70/+0 | |
| 2013-02-15 | fix #6950: use var for font-family | Mark Otto | 1 | -1/+1 | |
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -2/+3 | |
| 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 | -4/+1 | |
| 2013-01-17 | Change .img-polaroid to .img-thumbnail | Mark Otto | 1 | -7/+4 | |
| * Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail | |||||
| 2013-01-17 | Move grid/container styles to grid.less; update docs; add offsetting back | Mark Otto | 1 | -4/+2 | |
| 2013-01-15 | mobile-first navs, navbar, grids, and type | Mark Otto | 1 | -0/+21 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 1 | -1/+2 | |
| 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-12-20 | Finish migrating to Normalize 2: | Mark Otto | 1 | -0/+83 | |
| * Port print styles from reset.less to scaffolding.less * Port responsive image styles from reset.less to scaffolding.less | |||||
