| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-05 | Address #14541 by tweaking badge docs | Chris Rebert | 1 | -28/+12 | |
| * move unrelated .btn-primary example out of the pills subsection * remove excessive .nav-stacked example | |||||
| 2014-09-05 | Add section to docs explaining our stance on validators | Chris Rebert | 2 | -0/+6 | |
| 2014-09-04 | Merge pull request #14535 from gitname/patch-1 | Mark Otto | 1 | -3/+3 | |
| Fixed typos involving apostrophes | |||||
| 2014-09-04 | Fixed typos involving apostrophes | gitname | 1 | -3/+3 | |
| Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something). | |||||
| 2014-09-04 | Fixes #14437: Round the corners of table rows in panels as well as the cells | Mark Otto | 4 | -2/+22 | |
| 2014-09-04 | Merge branch 'thr3-arendt/patch-1' | Chris Rebert | 1 | -6/+6 | |
| 2014-09-04 | Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6 | thr3-arendt | 1 | -6/+6 | |
| Fixes #14500 | |||||
| 2014-09-04 | Merge pull request #14531 from twbs/doc-14528 | Mark Otto | 1 | -0/+6 | |
| add entry for #14528 to Wall of Browser Bugs | |||||
| 2014-09-04 | add entry for #14528 to Wall of Browser Bugs | Chris Rebert | 1 | -0/+6 | |
| 2014-09-03 | Merge pull request #14527 from twbs/firefox-disabled-bug | Chris Rebert | 2 | -1/+7 | |
| Add Wall of Browser bugs entry for #793 | |||||
| 2014-09-03 | Add Wall of Browser bugs entry for #793 | Chris Rebert | 2 | -1/+7 | |
| Also, link to the Mozilla bug in the relevant callout. | |||||
| 2014-09-02 | Merge pull request #14497 from BBosman/clone-depth | Chris Rebert | 1 | -0/+2 | |
| Set git clone depth to 10 for Travis to make it faster | |||||
| 2014-09-02 | Merge pull request #14516 from twbs/fix-14509 | Chris Rebert | 1 | -1/+1 | |
| Document that fieldset[disabled] is somewhat broken in IE11 | |||||
| 2014-09-02 | document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 | Chris Rebert | 1 | -1/+1 | |
| 2014-09-01 | Fixes #14443: Only transition what needs transitioning for thumbnails to ↵ | Mark Otto | 4 | -6/+6 | |
| avoid Safari/Chrome render bug | |||||
| 2014-09-01 | Set git clone depth to 10 for Travis to make it faster | Bas Bosman | 1 | -0/+2 | |
| 2014-08-30 | Update grunt-jscs. | XhmikosR | 2 | -297/+23 | |
| 2014-08-29 | Merge pull request #14488 from vsn4ik/gruntfile_copy_task | Chris Rebert | 1 | -9/+2 | |
| Gruntfile.js: Simplify copy task. | |||||
| 2014-08-30 | Gruntfile.js: Simplify copy task. | vsn4ik | 1 | -9/+2 | |
| 2014-08-29 | Merge pull request #14482 from twbs/doc-14362 | Mark Otto | 1 | -2/+3 | |
| Document that input groups weren't intended for use with <textarea>s | |||||
| 2014-08-28 | Document that input groups weren't intended for use with <textarea>s | Chris Rebert | 1 | -2/+3 | |
| Refs #14362 | |||||
| 2014-08-28 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-08-28 | Fix hover-tooltip flickering when mouse re-enters | Scott Gonyea | 2 | -0/+66 | |
| - is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement | |||||
| 2014-08-28 | mention #14320 in browser bugs | Mark Otto | 1 | -0/+6 | |
| 2014-08-28 | Merge pull request #14472 from mrduguo/master | Mark Otto | 1 | -5/+5 | |
| fix nav links to end with / to avoid 301 redirect | |||||
| 2014-08-28 | Update QUnit to v1.15.0. | XhmikosR | 2 | -930/+1137 | |
| 2014-08-27 | grunt | Mark Otto | 6 | -14/+15 | |
| 2014-08-27 | Finish reverting #14444 | Mark Otto | 4 | -6/+2 | |
| 2014-08-27 | Fixes #14439: Add static tooltip example to docs | Mark Otto | 2 | -0/+35 | |
| 2014-08-27 | Undo the collapse visibility changes since it breaks our collapse plugin | Mark Otto | 4 | -6/+3 | |
| 2014-08-27 | Fixes #14329: Fixed list-groups nested inside of collapsing panels, from ↵ | Mark Otto | 4 | -7/+12 | |
| @apexskier | |||||
| 2014-08-27 | Fixes #14337: Round .jumbotron corners within .container and .container-fluid | Mark Otto | 4 | -4/+6 | |
| 2014-08-27 | Merge pull request #14444 from twbs/sr_friendly_hidden_content | Mark Otto | 10 | -7/+18 | |
| More screenreader friendly hidden content | |||||
| 2014-08-27 | typo | Mark Otto | 4 | -4/+4 | |
| 2014-08-27 | Merge branch 'master' into sr_friendly_hidden_content | Mark Otto | 29 | -207/+214 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2014-08-27 | grunt | Mark Otto | 9 | -19/+19 | |
| 2014-08-27 | Merge pull request #14452 from vsn4ik/update_print_less | Mark Otto | 1 | -12/+12 | |
| Update print.less from source (html5-boilerplate). | |||||
| 2014-08-27 | Merge pull request #14465 from kaime/master | Mark Otto | 1 | -1/+1 | |
| Make `popover-arrow-color` default to `popover-bg` | |||||
| 2014-08-27 | grunt | Mark Otto | 4 | -4/+4 | |
| 2014-08-28 | code style fixes | James Friend | 1 | -2/+1 | |
| 2014-08-28 | pulled output path out to gruntfile | James Friend | 2 | -12/+12 | |
| 2014-08-28 | Merge remote-tracking branch 'upstream/master' into node-requirable | James Friend | 174 | -4367/+18280 | |
| Conflicts: Gruntfile.js | |||||
| 2014-08-28 | generate commonjs/npm entrypoint module via grunt task | James Friend | 3 | -12/+41 | |
| 2014-08-27 | fix nav links to end with / to avoid 301 redirect | Guo Du | 1 | -5/+5 | |
| 2014-08-27 | Make `popover-arrow-color` default to `popover-bg` | Jaume Alemany | 1 | -1/+1 | |
| 2014-08-26 | Merge pull request #14453 from vsn4ik/less_empty_lines | XhmikosR | 7 | -9/+2 | |
| Less: Remove empty lines and blanks. | |||||
| 2014-08-26 | Merge pull request #14458 from twbs/npm-deps | XhmikosR | 4 | -107/+83 | |
| Update dev dependencies. | |||||
| 2014-08-26 | Update Ruby dependencies. | XhmikosR | 2 | -3/+3 | |
| 2014-08-26 | Update dev dependencies. | XhmikosR | 2 | -104/+80 | |
| 2014-08-26 | Specify `cursor: pointer` for `#import-manual-trigger`. | XhmikosR | 2 | -3/+6 | |
