| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-08 | Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectable | Chris Rebert | 1 | -2/+2 | |
| Add role="tablist" & aria-multiselectable="true" to accordion .panel-group | |||||
| 2014-07-08 | Merge pull request #14088 from twbs/panel-collapse-role-tabpanel | Chris Rebert | 1 | -6/+6 | |
| add role="tabpanel" to .panel-collapse to improve accessibility | |||||
| 2014-07-08 | Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵ | Chris Rebert | 1 | -2/+2 | |
| to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | add role="tabpanel" to .panel-collapse to improve accessibility | Chris Rebert | 1 | -6/+6 | |
| Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | Merge pull request #14085 from twbs/tab-lis-role-preso | Chris Rebert | 6 | -67/+67 | |
| add role="presentation" to tab <li>s to improve accessibility | |||||
| 2014-07-08 | Merge pull request #14086 from twbs/tab-pane-role-tabpanel | Chris Rebert | 1 | -16/+16 | |
| Add role="tabpanel" to .tab-pane <div>s to improve accessibility | |||||
| 2014-07-08 | Add role="tabpanel" to .tab-pane <div>s to improve accessibility | Chris Rebert | 1 | -16/+16 | |
| Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | add role="presentation" to tab <li>s to improve accessibility | Chris Rebert | 6 | -67/+67 | |
| Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-08 | Merge pull request #14083 from twbs/fix-14078 | Chris Rebert | 2 | -2/+3 | |
| Properly integrate Rouge into the Travis build | |||||
| 2014-07-08 | properly integrate Rouge into the Travis build; fixes #14078 | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] | |||||
| 2014-07-08 | Fix that @mdo nightlife <3 | Julian Thilo | 1 | -2/+2 | |
| 2014-07-08 | Drop: Thumbnails completely, as they'll be replaced | Mark Otto | 12 | -200/+4 | |
| 2014-07-08 | Drop: Panels completely, as they'll be replaced | Mark Otto | 13 | -1185/+4 | |
| 2014-07-08 | derp | Mark Otto | 1 | -1/+1 | |
| 2014-07-08 | clean up layout | Mark Otto | 1 | -35/+1 | |
| 2014-07-08 | nuke the v2.x to v3.x migration docs | Mark Otto | 4 | -462/+0 | |
| 2014-07-08 | link | Mark Otto | 1 | -0/+1 | |
| 2014-07-08 | Update grid mixins section of the docs | Mark Otto | 2 | -128/+47 | |
| 2014-07-08 | Overhaul semantic grid mixins | Mark Otto | 4 | -96/+14 | |
| - Drops all the `.make-**-column` mixins for a single set to be used within (or outside) media queries. - Renames `.container-fixed` to `.make-container` for consistency. - Updates built-in grid system to use new setup. See http://jsbin.com/qiqet/2/ for an example of it in action. | |||||
| 2014-07-08 | rems: rework grid system vars to use rems/ems | Mark Otto | 7 | -186/+186 | |
| 2014-07-08 | Drop: Device-named container variables since we alreay sort of deprecated ↵ | Mark Otto | 7 | -23/+17 | |
| them many releases ago | |||||
| 2014-07-08 | Drop: deprecated .dropdown-menu.pull-right styles | Mark Otto | 7 | -20/+4 | |
| 2014-07-08 | remove mention of fonts | Mark Otto | 2 | -17/+10 | |
| 2014-07-08 | rems: input sizes | Mark Otto | 7 | -71/+71 | |
| 2014-07-08 | Drop: @gray-base variable | Mark Otto | 1 | -1/+0 | |
| 2014-07-08 | Clean up variable alignment and comments; change grays to new custom values | Mark Otto | 7 | -162/+152 | |
| 2014-07-08 | Drop: all vendor prefix mixins because autoprefixer | Mark Otto | 28 | -330/+83 | |
| 2014-07-08 | Fix input sizing and increase vertical padding on textareas | Mark Otto | 8 | -25/+31 | |
| 2014-07-08 | Drop: @screen-table, @screen-desktop, @screen-lg-desktop, @screen-sm, ↵ | Mark Otto | 1 | -21/+7 | |
| @screen-md, @screen-lg | |||||
| 2014-07-08 | Drop: @screen-xs, @screen-xs-min, and @screen-phone | Mark Otto | 4 | -9/+3 | |
| 2014-07-08 | Drop: @dropdown-caret-color variable | Mark Otto | 1 | -3/+0 | |
| 2014-07-08 | rems: buttons | Mark Otto | 8 | -127/+128 | |
| 2014-07-08 | rems: code | Mark Otto | 16 | -178/+182 | |
| 2014-07-08 | Drop Glyphicons | Mark Otto | 15 | -1806/+29 | |
| 2014-07-08 | drop wells | Mark Otto | 10 | -80/+4 | |
| 2014-07-08 | restore font-weight and knock down font-size for .lead | Mark Otto | 9 | -31/+34 | |
| 2014-07-08 | buttons docs tweak | Mark Otto | 1 | -9/+9 | |
| 2014-07-07 | remove the less docs | Mark Otto | 3 | -509/+0 | |
| 2014-07-07 | start the move to rems | Mark Otto | 18 | -529/+498 | |
| 2014-07-07 | Merge branch 'master' into derp | Mark Otto | 230 | -5493/+14091 | |
| Conflicts: docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/docs.min.js docs/assets/js/src/application.js | |||||
| 2014-07-07 | Fixes #14068: Update docs note for inline forms | Mark Otto | 1 | -5/+5 | |
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -7/+21 | |
| 2014-07-07 | more accurate homepage title | Mark Otto | 2 | -2/+2 | |
| 2014-07-07 | Merge pull request #14072 from twbs/carousel-gloss-buttons | Chris Rebert | 3 | -2/+16 | |
| Add screenreader text to prev/next carousel buttons in examples to improve accessibility | |||||
| 2014-07-07 | Merge pull request #14071 from twbs/carousel-inner-role-listbox | Chris Rebert | 3 | -5/+5 | |
| add role="listbox" to .carousel-inner to improve accessibility of Carousels | |||||
| 2014-07-07 | Add screenreader text to prev/next carousel buttons in examples to improve ↵ | Chris Rebert | 3 | -2/+16 | |
| accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | add role="listbox" to .carousel-inner to improve accessibility of Carousels | Chris Rebert | 3 | -5/+5 | |
| Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | Cut down on homepage file size; reorg some docs CSS | Mark Otto | 2 | -69/+55 | |
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 14 | -15/+39 | |
| 2014-07-07 | Merge pull request #14036 from twbs/fix-13575 | Chris Rebert | 14 | -15/+39 | |
| Jekyll: Use non-minified assets when not running from GitHub Pages | |||||
