| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-29 | Clarified documentation about input groups and added an example of | Supergibbs | 2 | -2/+43 | |
| multiple buttons | |||||
| 2015-05-14 | Relicense ie10-viewport-bug-workaround.js under MIT License | Chris Rebert | 2 | -2/+3 | |
| Fixes #16470 Closes #16483 | |||||
| 2015-05-14 | Merge pull request #16485 from kkirsche/patch-15 | Mark Otto | 1 | -1/+1 | |
| [Close #16482] Add border-radius to theme's navbar-inverse | |||||
| 2015-05-14 | [Close #16482] Add border-radius to theme's navbar-inverse | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16482] Add border-radius to theme's navbar-inverse | |||||
| 2015-05-14 | grrrrrrrrrrrrrrrrrrrunt | Mark Otto | 9 | -66/+144 | |
| 2015-05-14 | Merge pull request #16437 from twbs/fix-16249 | Mark Otto | 1 | -1/+1 | |
| Document that nested tabs are not supported | |||||
| 2015-05-14 | Merge pull request #16472 from twbs/fixes_16346 | Mark Otto | 1 | -1/+5 | |
| Tweak temporal inputs | |||||
| 2015-05-14 | Merge pull request #16477 from twbs/fix_16374 | Mark Otto | 1 | -2/+4 | |
| Redo jumbotron padding | |||||
| 2015-05-14 | Redo jumbotron padding | Mark Otto | 1 | -2/+4 | |
| - In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity). | |||||
| 2015-05-14 | add comment, remove week type | Mark Otto | 1 | -1/+2 | |
| 2015-05-13 | Merge pull request #16473 from twbs/safari-line-wrap-wtf | Chris Rebert | 0 | -0/+0 | |
| Add Wall of Browser Bugs entries for #15998 | |||||
| 2015-05-13 | Add Wall of Browser Bugs entries for #15998 | Chris Rebert | 1 | -0/+10 | |
| Closes #15998 [skip sauce] | |||||
| 2015-05-13 | Add WebKit+Safari Wall of Browser | Chris Rebert | 1 | -0/+10 | |
| 2015-05-13 | Group inverted navbar vars under a subheading | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-05-13 | Use vanilla comment since this isn't a description of @btn-border-radius-base | Chris Rebert | 1 | -1/+1 | |
| 2015-05-13 | scope temporal changes to .form-control class, add week input to boot | Mark Otto | 1 | -1/+4 | |
| 2015-05-14 | Merge pull request #16471 from vsn4ik/remove_bages_style_param | XhmikosR | 1 | -4/+4 | |
| Remove unnecessary style=flat from badges | |||||
| 2015-05-13 | Merge pull request #16215 from zacechola/list_group_buttons | Mark Otto | 4 | -4/+33 | |
| Adds button styles to `.list-group-item` | |||||
| 2015-05-13 | Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵ | Mark Otto | 11 | -13/+54 | |
| martinbean-btn-borders | |||||
| 2015-05-13 | Merge pull request #16405 from rlindner81/Fix16371 | Mark Otto | 1 | -1/+1 | |
| Fixes Issue #16371 Carousel control is vertically off center | |||||
| 2015-05-13 | Merge pull request #16462 from kkirsche/patch-12 | Mark Otto | 2 | -3/+4 | |
| [Closes #16460] Fix .pagination-sm line height | |||||
| 2015-05-13 | Merge pull request #16457 from kkirsche/patch-8 | Mark Otto | 1 | -0/+6 | |
| [Closes #16447] Manually add license to bootstrap.less | |||||
| 2015-05-13 | Remove unnecessary style=flat from bages | vsn4ik | 1 | -4/+4 | |
| [skip validator] [skip sauce] | |||||
| 2015-05-13 | [Closes #16460] Fix .pagination-sm line height | Kevin Kirsche | 2 | -3/+4 | |
| [Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`. | |||||
| 2015-05-11 | [Closes #16447] Concat. license to bootstrap.less | Kevin Kirsche | 1 | -0/+6 | |
| [Closes #16447] Concat. license to bootstrap.less | |||||
| 2015-05-10 | Update dependencies. | XhmikosR | 2 | -126/+82 | |
| 2015-05-10 | Update jQuery to v1.11.3. | XhmikosR | 17 | -21/+21 | |
| 2015-05-08 | Merge pull request #16445 from twbs/enter-email | Chris Rebert | 1 | -4/+4 | |
| docs examples: input[placeholder]: "Enter email" => "Email" | |||||
| 2015-05-08 | docs examples: input[placeholder]: "Enter email" => "Email" | Chris Rebert | 1 | -4/+4 | |
| For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce] | |||||
| 2015-05-06 | Closes #16249: Doc that nested tabs are not supported | Julian Thilo | 1 | -1/+1 | |
| 2015-05-06 | Add Wall of Browser Bugs entries for #16372 (Safari/WebKit) | Chris Rebert | 1 | -0/+10 | |
| 2015-05-05 | Add Wall of Browser Bugs entry for #16372 (Chrome) | Chris Rebert | 1 | -0/+10 | |
| Closes #16372 | |||||
| 2015-05-05 | Merge pull request #16430 from twbs/stateful-btn | Chris Rebert | 1 | -1/+2 | |
| Improvements to stateful button JS docs | |||||
| 2015-05-05 | Document that $(...).button('reset') is async. | Chris Rebert | 1 | -1/+1 | |
| Closes #16362. [skip sauce] | |||||
| 2015-05-05 | Mark stateful button feature as deprecated | Chris Rebert | 1 | -0/+1 | |
| Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce] | |||||
| 2015-05-05 | Run `grunt`. | XhmikosR | 6 | -41/+95 | |
| 2015-05-05 | Update grunt-banner. | XhmikosR | 2 | -95/+139 | |
| 2015-05-05 | phantom.js: switch to unicode characters that work on Windows too. | XhmikosR | 1 | -2/+2 | |
| 2015-05-05 | Merge pull request #16392 from twbs/jscs | XhmikosR | 12 | -88/+89 | |
| Update JSCS rules | |||||
| 2015-05-05 | Run `grunt`. | XhmikosR | 4 | -3/+7 | |
| 2015-05-05 | Comply to the new JSCS rules. | XhmikosR | 5 | -50/+56 | |
| 2015-05-05 | Update JSCS rules. | XhmikosR | 1 | -0/+5 | |
| 2015-05-05 | Update dependencies. | XhmikosR | 2 | -35/+21 | |
| 2015-05-04 | Merge pull request #16014 from redbmk/issue-16008 | Chris Rebert | 2 | -6/+70 | |
| Multiple tooltip triggers don't play well together | |||||
| 2015-05-04 | Merge pull request #16409 from twbs/fix-16361 | Chris Rebert | 2 | -0/+14 | |
| Document Affix plugin's `checkPosition` method | |||||
| 2015-05-04 | Merge pull request #16417 from tonybaroneee/master | Patrick H. Lauke | 1 | -0/+1 | |
| Added #panels-footer to components nav in docs | |||||
| 2015-05-03 | Added #panels-footer to components nav in docs | Anthony Barone | 1 | -0/+1 | |
| 2015-05-03 | Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fix | Patrick H. Lauke | 2 | -18/+9 | |
| Fix radio and checkbox keyboard handling in .btn-group | |||||
| 2015-05-02 | Merge pull request #16411 from twbs/doc-16122 | Chris Rebert | 2 | -2/+2 | |
| Doc that 'manual' is mutex of other tooltip/popover triggers | |||||
| 2015-05-02 | Document that 'manual' is mutually exclusive of other tooltip/popover triggers | Chris Rebert | 2 | -2/+2 | |
| Closes #16122 [skip sauce] | |||||
