| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-10 | fix thumbnails docs | Mark Otto | 1 | -4/+4 | |
| 2014-06-10 | button-groups.html: fix grammar: "in on" => "on" | Chris Rebert | 1 | -1/+1 | |
| 2014-06-10 | Merge pull request #13780 from twbs/fx-30 | Chris Rebert | 1 | -1/+1 | |
| <input> buttons line-height Firefox bugfix has been shipped! | |||||
| 2014-06-10 | <input> buttons line-height Firefox bugfix has been shipped! | Chris Rebert | 1 | -1/+1 | |
| Remove Wall of Browser Bugs entry. Update mention of the bug in the CSS docs. [skip sauce] | |||||
| 2014-06-09 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -6/+7 | |
| 2014-06-09 | fixes #13769 | Mark Otto | 1 | -4/+4 | |
| 2014-06-09 | relative | Mark Otto | 1 | -1/+1 | |
| 2014-06-09 | typo | Mark Otto | 1 | -1/+1 | |
| 2014-06-09 | simpler and updated docs copy for icon font file paths | Mark Otto | 1 | -6/+7 | |
| 2014-06-09 | Move apple-touch-icon-precomposed.png and favicon.ico in docs root. | XhmikosR | 1 | -2/+2 | |
| This way, it works in all browsers. | |||||
| 2014-06-09 | Use a 152x152 apple touch icon. | XhmikosR | 1 | -1/+1 | |
| 2014-06-06 | add docs for #13745 | Chris Rebert | 1 | -1/+26 | |
| Good catch @juthilo [skip sauce] | |||||
| 2014-05-28 | add missing role="menu" attrs to .dropdown-menu elements in docs+examples | Chris Rebert | 4 | -9/+9 | |
| Docs audit prompted by #13697. [skip sauce] | |||||
| 2014-05-28 | fix #13697 | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2014-05-24 | text transformation added | Konstantin Kulinicenko | 2 | -0/+13 | |
| Transform text in components with text capitalization classes. | |||||
| 2014-05-22 | clarify | Mark Otto | 1 | -4/+2 | |
| 2014-05-22 | tighten up callouts and remove backgrounds | Mark Otto | 1 | -0/+14 | |
| 2014-05-22 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -0/+4 | |
| 2014-05-22 | clarify and danger-ify affix docs usage requirements, per #10235 | Mark Otto | 1 | -1/+1 | |
| 2014-05-22 | Merge branch 'master' into docs-theme-toggler | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-05-22 | Add aria-haspopup and aria-expanded attributes to dropdown plugin | Max Kramer | 1 | -8/+8 | |
| 1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs 2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See #13553. | |||||
| 2014-05-22 | Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91. | XhmikosR | 1 | -1/+1 | |
| The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job. | |||||
| 2014-05-20 | Merge branch 'master' into docs-theme-toggler | Mark Otto | 18 | -134/+143 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2014-05-17 | update link to Grunt setup & info | Chris Rebert | 1 | -1/+1 | |
| 2014-05-16 | add `target` option to Affix plugin | Attila Dobi | 1 | -0/+7 | |
| 2014-05-14 | update default 'template' value in popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'container' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'selector' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add multiple triggers info to popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'viewport' option to popover docs; #12328 erratum | Chris Rebert | 1 | -0/+8 | |
| 2014-05-14 | docs: sort tooltip & container options for sanity | Chris Rebert | 2 | -51/+51 | |
| 2014-05-13 | Remove unneeded spaces from `pre`. | XhmikosR | 1 | -1/+1 | |
| 2014-05-13 | add link to StackOverflow question regarding Android <select> bug | Chris Rebert | 1 | -1/+1 | |
| 2014-05-13 | Remove RTL leftovers. | XhmikosR | 2 | -5/+0 | |
| 2014-05-13 | Update jQuery to v1.11.1. | XhmikosR | 2 | -2/+2 | |
| 2014-05-12 | nuke the rtl docs | Mark Otto | 2 | -32/+0 | |
| 2014-05-10 | cleanup | Mark Otto | 1 | -3/+1 | |
| 2014-05-10 | Update html5shiv to 3.7.2. | XhmikosR | 2 | -2/+2 | |
| 2014-05-09 | Merge pull request #13558 from twbs/nav-tabs-role-tablist | Chris Rebert | 3 | -22/+22 | |
| add some ARIA roles to tabs for improved accessibility | |||||
| 2014-05-09 | add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵ | Chris Rebert | 1 | -6/+6 | |
| accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tab" to .nav-tabs [data-toggle="tab"] | Chris Rebert | 1 | -12/+12 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tablist" to .nav-tabs in examples to improve accessibility | Chris Rebert | 3 | -10/+10 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-08 | Remove outdated rtl nav links | Quy Ton | 1 | -7/+0 | |
| 2014-05-07 | regenerate minified docs JS & CSS | Chris Rebert | 1 | -1/+1 | |
| 2014-05-07 | move Grunt info from README into HTML docs | Chris Rebert | 2 | -0/+40 | |
| Fixes #13470 | |||||
| 2014-05-07 | add button to toggle the optional theme when viewing the docs; fixes #9764 | Chris Rebert | 1 | -0/+4 | |
| 2014-05-07 | move rtl to getting started, per @cvrebert's feedback | Mark Otto | 2 | -0/+7 | |
| 2014-05-07 | Merge pull request #13499 from twbs/clarify-rtl | Mark Otto | 1 | -1/+6 | |
| emphasize that bootstrap-rtl.css & bootstrap.css should not be used together | |||||
| 2014-05-07 | Merge pull request #13504 from Quy/resputil | Chris Rebert | 1 | -3/+3 | |
| Fix .visible-print deprecation version #. | |||||
| 2014-05-06 | tweak formatting in Carousel docs for clarity; fixes #13522 | Chris Rebert | 1 | -1/+1 | |
