| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-09 | nuke wells include | Mark Otto | 1 | -33/+0 | |
| 2014-07-09 | plugins: add new example doodad hackery bullshitery and markdown block ↵ | Mark Otto | 3 | -18/+103 | |
| plugin for markdown includes | |||||
| 2014-07-09 | Fix navs dropdown sections | Mark Otto | 1 | -17/+27 | |
| 2014-07-09 | Refactor navs: new classes, remove separate pills & tabs files, drop ↵ | Mark Otto | 9 | -350/+183 | |
| justified nav because it never really worked | |||||
| 2014-07-09 | Drop the deprecated .visible-* classes (because we replaced them with ↵ | Mark Otto | 5 | -98/+9 | |
| .visible-*-block, -inline-block, -inline | |||||
| 2014-07-09 | Drop deprecated code from Less files | Mark Otto | 4 | -34/+8 | |
| 2014-07-09 | more navs work | Mark Otto | 4 | -3/+44 | |
| 2014-07-09 | remove deprecated warnings from docs | Mark Otto | 5 | -19/+19 | |
| 2014-07-09 | disabled links part of the examples now | Mark Otto | 1 | -24/+0 | |
| 2014-07-09 | Merge branch 'derp' into derp_navs | Mark Otto | 38 | -897/+507 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-07-09 | Remove unused docs CSS | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | no more iconography | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | remove commented out docs js | Mark Otto | 1 | -24/+0 | |
| 2014-07-09 | nuke ie8 responsive file warning js | Mark Otto | 1 | -13/+0 | |
| 2014-07-09 | Nuke IE8 stuff from docs | Mark Otto | 20 | -202/+6 | |
| 2014-07-09 | Docs: Refactor to use .less file instead, importing Bootstrap vars and ↵ | Mark Otto | 7 | -402/+261 | |
| mixins, and cleaning all the things up | |||||
| 2014-07-09 | Refactor: drop all custom .progress-bar styles and replace with <progress> ↵ | Mark Otto | 6 | -205/+188 | |
| element | |||||
| 2014-07-09 | Run `grunt`. | XhmikosR | 7 | -12/+9 | |
| 2014-07-09 | Update uglify-js to v2.4.14. | XhmikosR | 1 | -5/+5 | |
| 2014-07-09 | nuke commented out css | Mark Otto | 1 | -9/+0 | |
| 2014-07-09 | Badges, navs, and more | Mark Otto | 6 | -25/+51 | |
| 2014-07-08 | Use .box-shadow() mixin so we can enable/disable them | Mark Otto | 6 | -8/+6 | |
| 2014-07-08 | Drop: .opacity() mixin because we no longer support IE8 | Mark Otto | 2 | -2/+2 | |
| 2014-07-08 | Nuke all IE8 fallbacks and comments and hacks | Mark Otto | 3 | -16/+2 | |
| 2014-07-08 | move tabs and pills to separate files with unique classes | Mark Otto | 4 | -18/+150 | |
| 2014-07-08 | rems: table padding | Mark Otto | 3 | -4/+4 | |
| 2014-07-08 | Nuke unused vars for panels wells and thumbnails | Mark Otto | 6 | -68/+5 | |
| 2014-07-08 | Bring back button info | Mark Otto | 6 | -7/+77 | |
| 2014-07-08 | .btn-default to .btn-secondary | Mark Otto | 23 | -184/+184 | |
| 2014-07-08 | Revamp button: rename .btn-default to .btn-secondary, drop .btn-info | Mark Otto | 8 | -159/+81 | |
| 2014-07-08 | nuke the sass docs | Mark Otto | 3 | -60/+0 | |
| 2014-07-08 | drop the low percentages docs from progress bars | Mark Otto | 1 | -28/+0 | |
| 2014-07-08 | docs header padding | Mark Otto | 1 | -4/+8 | |
| 2014-07-08 | Update browser support section to remove glyphicons in tables; also remove ↵ | Mark Otto | 2 | -27/+23 | |
| ie8 and font-face section | |||||
| 2014-07-08 | fix broken examples | Mark Otto | 1 | -37/+37 | |
| 2014-07-08 | Fix navbar margins and update grid sidebar styles to match | Mark Otto | 6 | -20/+29 | |
| 2014-07-08 | Implement the new border-radius guard: only round things if global ↵ | Mark Otto | 8 | -232/+4 | |
| @enable-rounded == true | |||||
| 2014-07-08 | clean up commented out docs css | Mark Otto | 1 | -41/+0 | |
| 2014-07-08 | rems: update breadcrumbs to use new sizing; improve variables by renaming ↵ | Mark Otto | 4 | -13/+14 | |
| @breadcrumb-separator to @breadcrumb-divider; change up colors | |||||
| 2014-07-08 | fix sidenav padding | Mark Otto | 1 | -5/+0 | |
| 2014-07-08 | Refactor: drop .dropdown .caret for a generated caret using ↵ | Mark Otto | 20 | -91/+59 | |
| .dropdown-toggle:after | |||||
| 2014-07-08 | remove glyphicons nav | Mark Otto | 1 | -8/+0 | |
| 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 | 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 | 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 | Drop: Thumbnails completely, as they'll be replaced | Mark Otto | 6 | -131/+2 | |
| 2014-07-08 | Drop: Panels completely, as they'll be replaced | Mark Otto | 6 | -603/+2 | |
