aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-10Merge pull request #9230 from ggam/patch-14Mark Otto1-1/+1
Changed "Standard pagination" to "Default pagination"
2013-08-10fixes #9222Jacob Thornton4-23/+23
2013-08-10Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton3-11/+7
2013-08-10fixes #9111Jacob Thornton4-143/+166
2013-08-10Simplified Off Canvas example:ggam2-102/+52
- Removed unneeded media queries to be more consistent with the rest of Bootstrap. - Fixed unworking grid on latest 3.0 builds (BS version on this repo is outdated) - Inluded needed bootstrap.js
2013-08-09Use protocol-relative URL in exampleChris Rebert1-1/+1
2013-08-09Fixes #9260Chris Rebert1-1/+1
2013-08-09getting-started docs: rephrase to avoid "helpful...help"Chris Rebert1-1/+1
2013-08-09set img-circle class in percentsRakhat Jabagin1-1/+1
2013-08-09Merge pull request #9273 from liuyl/navbarsChris Rebert1-4/+2
navbar.less
2013-08-09navbar.lessliuyl1-4/+2
2013-08-09Merge pull request #9271 from liuyl/panelsChris Rebert1-4/+2
refactor panels.less
2013-08-09panelsliuyl1-4/+2
2013-08-09fixes #6159Jacob Thornton3-23/+27
2013-08-08Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton8-13/+48
2013-08-08add loading class for mdo to style on customizerJacob Thornton1-3/+8
2013-08-08fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrackChris Rebert5-10/+10
fixes typo introduced in 2b6ec389876fac116ae2a152e47be321632dd9ba
2013-08-08Fix Find/Replace-o; good catch, @FagnerMartinsBrack!Chris Rebert1-2/+2
Problem introduced in 6b23a66c29c3613c6792a257aafa949c81746597
2013-08-08Update components.htmljlaswell1-1/+1
Keeping bs-examples consistent with code provided.
2013-08-08Changed "Standard pagination" to "Default pagination"Guillermo González de Agüero1-1/+1
2013-08-08Removed Glyphicons mention from carousel.lessGuillermo González de Agüero1-1/+0
2013-08-07Merge pull request #9089 from jdiamond/3.0.0-wipJacob2-1/+36
accordion's data-parent can't contain dots
2013-08-07zip js as well …Jacob Thornton1-1/+1
2013-08-07Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton34-199/+494
Conflicts: _layouts/customize.html
2013-08-07first prototype of new customizerJacob Thornton7-89/+1611
2013-08-07Merge pull request #9200 from geedmo/3.0.0-wipMark Otto1-2/+2
Update to use @list-group-border-radius
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