| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-07 | Merge pull request #9201 from ggam/patch-11 | Mark Otto | 2 | -30/+16 | |
| Added panel-variant mixin | |||||
| 2013-08-07 | Make visibility utility classes responsive when used as LESS mixins | Zac Wasielewski | 1 | -40/+28 | |
| 2013-08-07 | Merge pull request #9210 from twbs/browserstack-travis-pr-fix-take-2 | Chris Rebert | 1 | -2/+2 | |
| apparently PRs against twbs/bootstrap have the same Travis slug | |||||
| 2013-08-07 | apparently PRs against twbs/bootstrap have the same Travis slug | Chris Rebert | 1 | -2/+2 | |
| 2013-08-07 | Added missing grid make-column mixins and fixed some inconsistencies | Guillermo González de Agüero | 1 | -14/+47 | |
| make-column() was still been use to generate "medium size" columns (col-sm), while make-small-column was creating the default columns (col). I also changed @grid-float-breakpoint to @screen-small, as it was used in make-row() and I think it makes more sense here than the other. | |||||
| 2013-08-07 | Updated panels.less to use variant-panel mixin | Guillermo González de Agüero | 1 | -30/+5 | |
| 2013-08-07 | Added panel-variant mixin | Guillermo González de Agüero | 1 | -0/+11 | |
| 2013-08-07 | Update to use @list-group-border-radius | geedmo | 1 | -2/+2 | |
| 2013-08-07 | Merge pull request #9198 from bwhitty/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Fixed #9196 - malformed HTML in doc | |||||
| 2013-08-07 | Merge pull request #9191 from ggam/patch-10 | Mark Otto | 1 | -1/+1 | |
| Fixed link to JavaScript buttons plugin | |||||
| 2013-08-07 | Fixed #9196 - malformed HTML in doc | Braden Whitten | 1 | -1/+1 | |
| Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196 | |||||
| 2013-08-07 | Fixed link to JavaScript buttons plugin | Guillermo González de Agüero | 1 | -1/+1 | |
| 2013-08-07 | property order | Mark Otto | 1 | -5/+5 | |
| 2013-08-07 | copy changes | Mark Otto | 1 | -8/+6 | |
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 14 | -70/+189 | |
| 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-08-06 | fixes #8959: only negative indent rows within .container (prevents ↵ | Mark Otto | 3 | -6/+8 | |
| horizontal scroll on full-width pages) | |||||
| 2013-08-06 | fixes #8935: add gutter width param to grid mixins | Mark Otto | 2 | -23/+60 | |
| 2013-08-06 | Merge pull request #9183 from twbs/fix-other-peoples-travis-builds | Chris Rebert | 2 | -1/+6 | |
| disable BrowserStack for folks w/o their own key who are making PRs | |||||
| 2013-08-06 | disable BrowserStack for folks w/o their own key who are making PRs | Chris Rebert | 2 | -1/+6 | |
| 2013-08-06 | more twerks to the theme | Mark Otto | 3 | -2/+20 | |
| 2013-08-06 | Merge branch '3.0.0-wip' into bs3_theme | Mark Otto | 54 | -1035/+1669 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-06 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | little better spacing between major sections in le docs for jump to nav | Mark Otto | 1 | -2/+2 | |
| 2013-08-06 | Merge pull request #9120 from FLOKER/patch-2 | Mark Otto | 1 | -1/+1 | |
| fix scrollSpy instructions for JS call | |||||
| 2013-08-06 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 3 | -27/+37 | |
| 2013-08-06 | update use of mixins and add bg-colors where necessary | Mark Otto | 4 | -12/+3 | |
| 2013-08-06 | Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into ↵ | Mark Otto | 1 | -8/+0 | |
| archanl-3.0.0-wip Conflicts: less/mixins.less | |||||
| 2013-08-06 | Temporarily disable IE BrowserStack testing, to fix the build | Chris Rebert | 1 | -24/+0 | |
| Per @mdo's request. Can re-enable IE after @fat figures out wassup w/ the unittest failures. | |||||
| 2013-08-06 | Merge pull request #9175 from twbs/bs3_third_party_support_docs | Mark Otto | 2 | -3/+37 | |
| BS3: Add third party support docs | |||||
| 2013-08-06 | some copy editing | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | Merge branch '3.0.0-wip' into bs3_third_party_support_docs | Mark Otto | 6 | -9/+72 | |
| 2013-08-06 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+23 | |
| 2013-08-06 | Pull from GitHub downloads for latest v3-wip on homepage | Mark Otto | 2 | -3/+3 | |
| /cc @cv | |||||
| 2013-08-06 | Fixes #8749: prevent navbar nav from overlapping navbar toggle | Mark Otto | 3 | -4/+14 | |
| 2013-08-06 | Merge pull request #9171 from twbs/bs3_winph8_ie10_bug_town_usa_omgwtfbbq | Mark Otto | 1 | -0/+23 | |
| Fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo | |||||
| 2013-08-06 | Fix #9174: pad bottom of navbar collapsed content and clear floated contents | Mark Otto | 3 | -3/+33 | |
| 2013-08-06 | add third party support section to the docs | Mark Otto | 2 | -3/+37 | |
| 2013-08-06 | grunt dist on previous commit | Mark Otto | 2 | -1/+5 | |
| 2013-08-06 | For @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | Merge pull request #8731 from nrw/patch-1 | Mark Otto | 1 | -0/+3 | |
| Format multiple badges in list-group-item | |||||
| 2013-08-06 | fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo | Mark Otto | 1 | -0/+23 | |
| 2013-08-06 | grunt dist on spacing change | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | Merge pull request #9169 from bwhitty/3.0.0-wip | Chris Rebert | 1 | -1/+1 | |
| Fix spacing after '=' in popover.js | |||||
| 2013-08-06 | Fix spacing after '=' | Braden Whitten | 1 | -1/+1 | |
| Just added a space after a function definition to tidy up the code. | |||||
| 2013-08-06 | update phantomjs link | Chris Rebert | 1 | -1/+1 | |
| 2013-08-06 | Merge pull request #9165 from twbs/browserstack | Chris Rebert | 4 | -2/+73 | |
| Browserstack testing integration (rebased, squashed, tweaked) | |||||
| 2013-08-06 | only run browserstack tests in Travis | Chris Rebert | 1 | -1/+5 | |
| 2013-08-06 | Integrate testing with browserstack | Rohan Jain | 4 | -2/+69 | |
| 2013-08-06 | Fix #9132, but in the correct branch | Chris Rebert | 1 | -1/+1 | |
| People, don't PR against `gh-pages` please! | |||||
| 2013-08-06 | fixes #9140: use correct var in tables | Mark Otto | 1 | -1/+1 | |
