| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-30 | document that multiple navbars aren't supported by default; addresses #10824 | Chris Rebert | 1 | -0/+4 | |
| 2013-09-30 | Merge pull request #10864 from akalicki/included_files | Mark Otto | 1 | -0/+23 | |
| Added abridged form of 'What's included' docs to README | |||||
| 2013-09-30 | Merge pull request #10856 from akalicki/grid_class_docs | Mark Otto | 1 | -8/+9 | |
| Better documentation and optimized examples for grid classes | |||||
| 2013-09-30 | Merge pull request #10865 from Quy/master | Mark Otto | 1 | -9/+9 | |
| Apply help-block class to help text in customize.html | |||||
| 2013-09-30 | Merge pull request #10883 from ZDroid/patch-3 | Mark Otto | 1 | -1/+0 | |
| Remove "Remove margin on the body" from base css docs | |||||
| 2013-09-30 | Merge pull request #10889 from twbs/contextual-table-docs-xs | Mark Otto | 1 | -2/+2 | |
| table contextual classes docs: .col-lg-* => .col-xs-* | |||||
| 2013-09-30 | Merge pull request #10888 from twbs/favor-xs-in-docs | Mark Otto | 1 | -12/+12 | |
| use .col-xs-* in "Forms: Column Sizing" docs so more responsive | |||||
| 2013-09-30 | remove comma separating the color and the color-stop in ↵ | Shaun Dychko | 1 | -1/+1 | |
| -webkit-linear-gradient in the #gradient .vertical mixin. | |||||
| 2013-09-30 | table contextual classes docs: .col-lg-* => .col-xs-* | Chris Rebert | 1 | -2/+2 | |
| 2013-09-30 | use .col-xs-* in "Forms: Column Sizing" docs so more responsive | Chris Rebert | 1 | -12/+12 | |
| 2013-09-30 | also use .col-sm-* in other .form-horizontal example for consistency | Chris Rebert | 1 | -8/+8 | |
| 2013-09-30 | Remove "Remove margin on the body" from base css docs | Zlatan Vasović | 1 | -1/+0 | |
| Normalize did that. | |||||
| 2013-09-30 | Remove .ruby-version due to ↵ | Zlatan Vasović | 1 | -1/+1 | |
| https://github.com/twbs/bootstrap/commit/4f20a29c329aa58919919426cbd2190fabfdb723 | |||||
| 2013-09-30 | Merge pull request #10869 from ZDroid/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Update qunit dependency | |||||
| 2013-09-30 | Update qunit dependency | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-29 | Apply help-block class to help text in customize.html | Quy Ton | 1 | -9/+9 | |
| 2013-09-29 | Moved 'getting started' link out of 'What's included' section in README | Alex Kalicki | 1 | -2/+2 | |
| 2013-09-29 | rm unnecessary backslashes from jqueryCheck | Chris Rebert | 1 | -1/+1 | |
| 2013-09-29 | Merge pull request #10863 from DeanMarkTaylor/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Update Gruntfile.js fixing undefined jQuery check | |||||
| 2013-09-29 | Added abridged form of 'What's included' docs to README | Alex Kalicki | 1 | -0/+23 | |
| 2013-09-29 | Update Gruntfile.js fixing undefined jQuery check | Dean Taylor | 1 | -1/+1 | |
| The check to see if jQuery was defined as incorrect causing the "Bootstrap requires jQuery" message to only be displayed if jQuery is defined and has a value which equates to `false`. | |||||
| 2013-09-28 | Better documentation and optimized examples for grid classes | Alex Kalicki | 1 | -8/+9 | |
| 2013-09-28 | Merge pull request #10855 from dan-silver/master | Chris Rebert | 1 | -2/+2 | |
| Spelling mistakes in documentation. | |||||
| 2013-09-28 | Spelling mistakes in documentation. | Dan Silver | 1 | -2/+2 | |
| 2013-09-27 | Merge pull request #10841 from DeanMarkTaylor/patch-1 | Chris Rebert | 1 | -1/+0 | |
| Update Gruntfile.js removing pointless reading of customize.html. | |||||
| 2013-09-27 | Update Gruntfile.js removing pointless reading of customize.html. | Dean Taylor | 1 | -1/+0 | |
| I couldn't see a reason to read "customize.html", removed line. | |||||
| 2013-09-27 | bower.json: Modify `assets` directory on ignore to `docs-assets` | Rodrigo Willrich | 1 | -1/+1 | |
| 2013-09-27 | Only preventDefault on click on [data-toggle="modal"] when the element is a link | Alexander Prinzhorn | 1 | -1/+1 | |
| In it's current state Bootstrap always prevents the default action for a click event on `[data-toggle="modal"]` elements (see https://github.com/twbs/bootstrap/blob/master/js/modal.js#L233). Instead this should only happen when the element is a link. | |||||
| 2013-09-26 | Merge pull request #10827 from akalicki/issue_10726 | Chris Rebert | 1 | -1/+1 | |
| Resolves #10726 - clarifies javascript tab markup in docs | |||||
| 2013-09-26 | Resolves #10726 - clarifies javascript tab markup in docs | Alex Kalicki | 1 | -1/+1 | |
| 2013-09-25 | add iOS and versions to Safari percent rounding warning; fixes #10723 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-25 | Add 'collapse' class back after expanding | Travesty3 | 1 | -1/+1 | |
| 2013-09-24 | don't include . in link | Mark Otto | 1 | -1/+1 | |
| 2013-09-24 | Merge pull request #10797 from twbs/input-groups-xref | Mark Otto | 1 | -0/+4 | |
| add cross-reference to Input Groups in CSS Form docs; fixes #10792 | |||||
| 2013-09-24 | add cross-reference to Input Groups in CSS Form docs; fixes #10792 | Chris Rebert | 1 | -0/+4 | |
| 2013-09-24 | Merge pull request #10796 from twbs/skip-to-main-content | Mark Otto | 4 | -4/+4 | |
| Use "Skip to main content" phrasing consistently; further #10786 fixes | |||||
| 2013-09-24 | Use "Skip to main content" phrasing consistently; further #10786 fixes | Chris Rebert | 4 | -4/+4 | |
| 2013-09-24 | Merge pull request #10786 from acspike/skip-nav-link-wording | Mark Otto | 1 | -1/+1 | |
| Alter wording of example Skip Nav link to improve pronunciation | |||||
| 2013-09-24 | Merge pull request #10790 from twbs/disable-compatibility-mode | Mark Otto | 17 | -0/+17 | |
| Disable IE Compatibility Mode in docs, examples | |||||
| 2013-09-24 | Add note about IE mode tag being included in docs | Julian Thilo | 1 | -0/+1 | |
| 2013-09-24 | Merge pull request #10778 from twbs/old-android-glyphicons-fix | Chris Rebert | 11 | -449/+451 | |
| Use updated Glyphicons to workaround old Android WebKit bug | |||||
| 2013-09-24 | Alter wording of example Skip Nav link to improve pronunciation | Aaron Spike | 1 | -1/+1 | |
| Screen reading applications, including Apple's VoiceOver, improperly pronounce the word "content" in "Skip to content" as an adjective rather than a noun because of insufficient context. "Skip to main content" is pronounced correctly. See #6 and Guideline #10 at the following site for more information: http://redish.net/content/papers/interactions.htmlAlter wording of example Skip Nav link to improve pronunciation | |||||
| 2013-09-24 | Disable IE Compatibility Mode in docs, examples | Julian Thilo | 16 | -0/+16 | |
| ...because we don't support it and it may cause problems for people trying to view the docs in IE. | |||||
| 2013-09-23 | Use bootstrap.less file order in Customizer | Ross Allen | 1 | -11/+37 | |
| Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030 | |||||
| 2013-09-23 | run grunt dist | Chris Rebert | 6 | -240/+241 | |
| 2013-09-23 | re-sort affected .glyphicon-* classes by new codepoints | Chris Rebert | 1 | -10/+10 | |
| 2013-09-23 | Update affected .glyphicon-* CSS classes to use new codepoints | Chris Rebert | 1 | -10/+10 | |
| .glyphicon-briefcase: U+1F4BC -> U+E139 .glyphicon-calendar: U+1F4C5 -> U+E109 .glyphicon-pushpin: U+1F4CC -> U+E146 .glyphicon-paperclip: U+1F4CE -> U+E142 .glyphicon-camera: U+1F4F7 -> U+E046 .glyphicon-lock: U+1F512 -> U+E033 .glyphicon-bell: U+1F514 -> U+E123 .glyphicon-bookmark: U+1F516 -> U+E044 .glyphicon-fire: U+1F525 -> U+E104 .glyphicon-wrench: U+1F527 -> U+E136 | |||||
| 2013-09-23 | Update Glyphicons font to resolve #10106 | Chris Rebert | 4 | -199/+200 | |
| Workaround an old Android WebKit bug by switching to codepoints within the BMP. Details: http://stackoverflow.com/questions/9241519/webkit-css-content-unicode-bug Extra special thanks to @jankovarik for doing this update. <3 Source: https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip (As posted in https://github.com/twbs/bootstrap/issues/10106#issuecomment-24539909 ) | |||||
| 2013-09-23 | run grunt dist | Chris Rebert | 4 | -1/+43 | |
| 2013-09-23 | Merge pull request #10768 from twbs/polaroid-thumbnail-docs | Mark Otto | 1 | -1/+1 | |
| fix #10767; current .img-thumbnail is equivalent to old .img-polaroid | |||||
