aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Merge pull request #14088 from twbs/panel-collapse-role-tabpanelChris Rebert1-6/+6
add role="tabpanel" to .panel-collapse to improve accessibility
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-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-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-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-08Merge pull request #14085 from twbs/tab-lis-role-presoChris Rebert6-67/+67
add role="presentation" to tab <li>s to improve accessibility
2014-07-08Merge pull request #14086 from twbs/tab-pane-role-tabpanelChris Rebert1-16/+16
Add role="tabpanel" to .tab-pane <div>s to improve accessibility
2014-07-08Add role="tabpanel" to .tab-pane <div>s to improve accessibilityChris Rebert1-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-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert6-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-08Merge pull request #14083 from twbs/fix-14078Chris Rebert2-2/+3
Properly integrate Rouge into the Travis build
2014-07-08properly integrate Rouge into the Travis build; fixes #14078Chris Rebert2-2/+3
[skip sauce]
2014-07-08Fix that @mdo nightlife <3Julian Thilo1-2/+2
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto12-200/+4
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto13-1185/+4
2014-07-08derpMark Otto1-1/+1
2014-07-08clean up layoutMark Otto1-35/+1
2014-07-08nuke the v2.x to v3.x migration docsMark Otto4-462/+0
2014-07-08linkMark Otto1-0/+1
2014-07-08Update grid mixins section of the docsMark Otto2-128/+47
2014-07-08Overhaul semantic grid mixinsMark Otto4-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-08rems: rework grid system vars to use rems/emsMark Otto7-186/+186
2014-07-08Drop: Device-named container variables since we alreay sort of deprecated ↵Mark Otto7-23/+17
them many releases ago
2014-07-08Drop: deprecated .dropdown-menu.pull-right stylesMark Otto7-20/+4
2014-07-08remove mention of fontsMark Otto2-17/+10
2014-07-08rems: input sizesMark Otto7-71/+71
2014-07-08Drop: @gray-base variableMark Otto1-1/+0
2014-07-08Clean up variable alignment and comments; change grays to new custom valuesMark Otto7-162/+152
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto28-330/+83
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto8-25/+31
2014-07-08Drop: @screen-table, @screen-desktop, @screen-lg-desktop, @screen-sm, ↵Mark Otto1-21/+7
@screen-md, @screen-lg
2014-07-08Drop: @screen-xs, @screen-xs-min, and @screen-phoneMark Otto4-9/+3
2014-07-08Drop: @dropdown-caret-color variableMark Otto1-3/+0
2014-07-08rems: buttonsMark Otto8-127/+128
2014-07-08rems: codeMark Otto16-178/+182
2014-07-08Drop GlyphiconsMark Otto15-1806/+29
2014-07-08drop wellsMark Otto10-80/+4
2014-07-08restore font-weight and knock down font-size for .leadMark Otto9-31/+34
2014-07-08buttons docs tweakMark Otto1-9/+9
2014-07-07remove the less docsMark Otto3-509/+0
2014-07-07start the move to remsMark Otto18-529/+498
2014-07-07Merge branch 'master' into derpMark Otto230-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-07Fixes #14068: Update docs note for inline formsMark Otto1-5/+5
2014-07-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-7/+21
2014-07-07more accurate homepage titleMark Otto2-2/+2
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert3-2/+16
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07Merge pull request #14071 from twbs/carousel-inner-role-listboxChris Rebert3-5/+5
add role="listbox" to .carousel-inner to improve accessibility of Carousels
2014-07-07Add screenreader text to prev/next carousel buttons in examples to improve ↵Chris Rebert3-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-07add role="listbox" to .carousel-inner to improve accessibility of CarouselsChris Rebert3-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-07Cut down on homepage file size; reorg some docs CSSMark Otto2-69/+55
2014-07-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto14-15/+39
2014-07-07Merge pull request #14036 from twbs/fix-13575Chris Rebert14-15/+39
Jekyll: Use non-minified assets when not running from GitHub Pages