aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-07Merge pull request #9201 from ggam/patch-11Mark Otto2-30/+16
Added panel-variant mixin
2013-08-07Make visibility utility classes responsive when used as LESS mixinsZac Wasielewski1-40/+28
2013-08-07Merge pull request #9210 from twbs/browserstack-travis-pr-fix-take-2Chris Rebert1-2/+2
apparently PRs against twbs/bootstrap have the same Travis slug
2013-08-07apparently PRs against twbs/bootstrap have the same Travis slugChris Rebert1-2/+2
2013-08-07Added missing grid make-column mixins and fixed some inconsistenciesGuillermo González de Agüero1-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-07Updated panels.less to use variant-panel mixinGuillermo González de Agüero1-30/+5
2013-08-07Added panel-variant mixinGuillermo González de Agüero1-0/+11
2013-08-07Update to use @list-group-border-radiusgeedmo1-2/+2
2013-08-07Merge pull request #9198 from bwhitty/3.0.0-wipMark Otto1-1/+1
Fixed #9196 - malformed HTML in doc
2013-08-07Merge pull request #9191 from ggam/patch-10Mark Otto1-1/+1
Fixed link to JavaScript buttons plugin
2013-08-07Fixed #9196 - malformed HTML in docBraden Whitten1-1/+1
Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196
2013-08-07Fixed link to JavaScript buttons pluginGuillermo González de Agüero1-1/+1
2013-08-07property orderMark Otto1-5/+5
2013-08-07copy changesMark Otto1-8/+6
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker14-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-06fixes #8959: only negative indent rows within .container (prevents ↵Mark Otto3-6/+8
horizontal scroll on full-width pages)
2013-08-06fixes #8935: add gutter width param to grid mixinsMark Otto2-23/+60
2013-08-06Merge pull request #9183 from twbs/fix-other-peoples-travis-buildsChris Rebert2-1/+6
disable BrowserStack for folks w/o their own key who are making PRs
2013-08-06disable BrowserStack for folks w/o their own key who are making PRsChris Rebert2-1/+6
2013-08-06more twerks to the themeMark Otto3-2/+20
2013-08-06Merge branch '3.0.0-wip' into bs3_themeMark Otto54-1035/+1669
Conflicts: dist/css/bootstrap.min.css
2013-08-06Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-06little better spacing between major sections in le docs for jump to navMark Otto1-2/+2
2013-08-06Merge pull request #9120 from FLOKER/patch-2Mark Otto1-1/+1
fix scrollSpy instructions for JS call
2013-08-06Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto3-27/+37
2013-08-06update use of mixins and add bg-colors where necessaryMark Otto4-12/+3
2013-08-06Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into ↵Mark Otto1-8/+0
archanl-3.0.0-wip Conflicts: less/mixins.less
2013-08-06Temporarily disable IE BrowserStack testing, to fix the buildChris Rebert1-24/+0
Per @mdo's request. Can re-enable IE after @fat figures out wassup w/ the unittest failures.
2013-08-06Merge pull request #9175 from twbs/bs3_third_party_support_docsMark Otto2-3/+37
BS3: Add third party support docs
2013-08-06some copy editingMark Otto1-1/+1
2013-08-06Merge branch '3.0.0-wip' into bs3_third_party_support_docsMark Otto6-9/+72
2013-08-06Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-0/+23
2013-08-06Pull from GitHub downloads for latest v3-wip on homepageMark Otto2-3/+3
/cc @cv
2013-08-06Fixes #8749: prevent navbar nav from overlapping navbar toggleMark Otto3-4/+14
2013-08-06Merge pull request #9171 from twbs/bs3_winph8_ie10_bug_town_usa_omgwtfbbqMark Otto1-0/+23
Fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo
2013-08-06Fix #9174: pad bottom of navbar collapsed content and clear floated contentsMark Otto3-3/+33
2013-08-06add third party support section to the docsMark Otto2-3/+37
2013-08-06grunt dist on previous commitMark Otto2-1/+5
2013-08-06For @cvrebertMark Otto1-1/+1
2013-08-06Merge pull request #8731 from nrw/patch-1Mark Otto1-0/+3
Format multiple badges in list-group-item
2013-08-06fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive fooMark Otto1-0/+23
2013-08-06grunt dist on spacing changeMark Otto1-1/+1
2013-08-06Merge pull request #9169 from bwhitty/3.0.0-wipChris Rebert1-1/+1
Fix spacing after '=' in popover.js
2013-08-06Fix spacing after '=' Braden Whitten1-1/+1
Just added a space after a function definition to tidy up the code.
2013-08-06update phantomjs linkChris Rebert1-1/+1
2013-08-06Merge pull request #9165 from twbs/browserstackChris Rebert4-2/+73
Browserstack testing integration (rebased, squashed, tweaked)
2013-08-06only run browserstack tests in TravisChris Rebert1-1/+5
2013-08-06Integrate testing with browserstackRohan Jain4-2/+69
2013-08-06Fix #9132, but in the correct branchChris Rebert1-1/+1
People, don't PR against `gh-pages` please!
2013-08-06fixes #9140: use correct var in tablesMark Otto1-1/+1