| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2014-07-07 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 5 | -17/+17 | |
| 2014-07-07 | Merge pull request #14070 from twbs/pills-role-tablist-too | Chris Rebert | 5 | -17/+17 | |
| Add role="tablist" to .nav-pills in examples to improve accessibility | |||||
| 2014-07-07 | Add role="tablist" to .nav-pills in examples to improve accessibility | Chris Rebert | 5 | -17/+17 | |
| Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce] | |||||
| 2014-07-07 | Switch to Rogue over Pygments for speeeeeed | Mark Otto | 2 | -2/+3 | |
| 2014-07-07 | Part 2 for fixing #13996: Add a docs callout to help folks using SVG images ↵ | Mark Otto | 1 | -0/+4 | |
| in IE8-10 | |||||
| 2014-07-07 | Part 1 for fixing #13996: Revert the width: 100% \9; IE hack for SVG ↵ | Mark Otto | 1 | -1/+0 | |
| img-responsive | |||||
| 2014-07-08 | CSS3 Carousel code formatting | Hayden Bleasel | 1 | -3/+8 | |
| 2014-07-07 | Merge pull request #14065 from twbs/glyphicons-grunt-bye | Chris Rebert | 2 | -45/+1 | |
| remove Glyphicons docs autogeneration from Grunt | |||||
| 2014-07-07 | remove Glyphicons docs autogeneration from Grunt | Chris Rebert | 2 | -45/+1 | |
| Simplifies the build tooling a teeny bit. This data file shouldn't need to be updated for v3 ever again. This task will also be unnecessary in v4. [skip sauce] [skip validator] | |||||
| 2014-07-07 | Expose transition durations on plugin constructors; closes #13656 | Heinrich Fenkart | 6 | -11/+24 | |
| 2014-07-07 | grunt | Mark Otto | 10 | -52/+132 | |
| 2014-07-07 | Merge pull request #14058 from twbs/btn_focus | Mark Otto | 2 | -2/+6 | |
| Follow up to #13907: Add .focus styles for buttons | |||||
| 2014-07-07 | Follow up to #13907: Add .focus styles for buttons | Mark Otto | 2 | -2/+6 | |
| 2014-07-07 | Merge pull request #14051 from loic/issue13325 | Mark Otto | 1 | -23/+19 | |
| Address margins on .navbar-right to fix #13325 #13464. | |||||
| 2014-07-07 | Merge pull request #13907 from twbs/fat-12145 | Mark Otto | 1 | -6/+22 | |
| add "focus" to focused btns with button plugin | |||||
| 2014-07-07 | docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3 | Chris Rebert | 1 | -1/+1 | |
| 2014-07-07 | Merge pull request #14057 from hnrch02/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Fix small typo introduced in e2029e1 | |||||
| 2014-07-07 | Fix small typo introduced in e2029e1 | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-07 | nitpick phrasing of the docs added for #13835 | Chris Rebert | 1 | -2/+2 | |
| 2014-07-07 | grammar fix; indicate that img[src] shouldn't actually be empty | Chris Rebert | 1 | -2/+2 | |
| 2014-07-06 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 17 | -1060/+1416 | |
| 2014-07-06 | Merge pull request #14029 from BBosman/touch-action | Mark Otto | 4 | -0/+7 | |
| Add touch-action: manipulate to .btn | |||||
| 2014-07-07 | Address margins on .navbar-right to fix #13325 #13464. | Loic Bistuer | 1 | -23/+19 | |
| This commit follows f9fde56. | |||||
| 2014-07-06 | fix scrollspy test in firefox mac os | fat | 1 | -11/+11 | |
| 2014-07-06 | Merge pull request #13853 from hnrch02/unit-tests-cleanup | Jacob | 13 | -1049/+1398 | |
| Major unit tests cleanup | |||||
