| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-03 | fix .btn-group-xs portion of #10979 | Chris Rebert | 4 | -7/+10 | |
| 2013-12-03 | -moz and old webkit syntax removed for gradients based on | awebdeveloper | 6 | -97/+10 | |
| http://caniuse.com/#search=grad | |||||
| 2013-12-03 | add <table> case to responsive-visibility mixin; see #10056 | Chris Rebert | 4 | -4/+72 | |
| 2013-12-03 | grunt | Chris Rebert | 4 | -4/+5 | |
| 2013-12-03 | add comment regarding #11598 | Chris Rebert | 1 | -1/+1 | |
| 2013-12-03 | Merge pull request #11691 from twbs/xs-grid-docs-fix | Chris Rebert | 1 | -4/+2 | |
| document that XS grid supports offsets and push/pull | |||||
| 2013-12-03 | account for #11050 in the docs | Chris Rebert | 1 | -4/+2 | |
| 2013-12-03 | reference root issue in explanatory comment | Chris Rebert | 1 | -1/+1 | |
| 2013-12-03 | add .gitattributes file to enforce Unix newlines within the repo | Chris Rebert | 1 | -0/+8 | |
| 2013-12-03 | Gruntfile.js: Set line feed char to '\n' to get same result on all platforms. | Tobias Lindig | 1 | -0/+3 | |
| 2013-12-03 | Merge pull request #11690 from lipis/patch-2 | Chris Rebert | 1 | -1/+0 | |
| Get rid of empty line before the last closing bracket | |||||
| 2013-12-03 | Get rid of empty line before the last closing bracket | Lipis | 1 | -1/+0 | |
| 2013-12-02 | Fixes #11669 - Adds smooth modal scrolling on iOS by default | Joah Gerstenberg | 1 | -1/+2 | |
| 2013-12-02 | Added text-justify class to type.less | Haley | 1 | -0/+1 | |
| 2013-12-02 | Update filesaver.js to the latest git. | XhmikosR | 1 | -146/+376 | |
| 2013-12-02 | Update jszip.js to the latest git. | XhmikosR | 1 | -14/+21 | |
| 2013-12-02 | Update holder.js to v2.2. | XhmikosR | 1 | -106/+202 | |
| 2013-12-02 | Reduce size of the visibility styles | Zlatan Vasović | 4 | -446/+14 | |
| 2013-12-01 | Merge pull request #10662 from kevinlisota/thumbnail-images | Mark Otto | 1 | -1/+2 | |
| add responsive CSS to hyperlinked images when thumbnail caption markup used | |||||
| 2013-12-01 | Merge pull request #11667 from neilhem/master | Mark Otto | 1 | -5/+5 | |
| replace double quotation marks with single in code examples | |||||
| 2013-12-02 | replace double quotation marks with single in code examples | Rakhat Jabagin | 1 | -5/+5 | |
| 2013-12-01 | Merge branch 'master' into pr/11412 | Mark Otto | 68 | -997/+1029 | |
| Conflicts: dist/js/bootstrap.min.js | |||||
| 2013-12-01 | grunt dist | Mark Otto | 1 | -1/+1 | |
| 2013-12-01 | add comment | Mark Otto | 1 | -1/+1 | |
| 2013-12-01 | Merge pull request #11499 from bassjobsen/patch-3 | Mark Otto | 1 | -1/+1 | |
| fix navbar dropdown window resize bug | |||||
| 2013-12-01 | bump version numbers to 3.0.3 | Mark Otto | 24 | -41/+41 | |
| 2013-12-01 | grunt | Mark Otto | 1 | -1/+1 | |
| 2013-12-01 | Rework navbar padding and margins for right aligned last-child elements | Mark Otto | 3 | -19/+36 | |
| This slight reworking of the navbar spacing was brought about by a problem noted in #11530: use of `.navbar-form.navbar-right` leaves an extra 15px of space on the right. Here’s what’s new: * Removed the `padding` on `.navbar-collapse` within static top, fixed top, and fixed bottom navbars. Meaning, it’s still there for the default navbar. This was the root cause of the extra 15px padding for navbar forms. * As part of this, I also replaced the existing negative margin overrides for last-child elements with more contextual ones within their sub-components. Overall not too different, but should be more effective now and easier to work with now. For example of new changes, see http://jsbin.com/odeSiSo/1/. | |||||
| 2013-12-01 | grunt | Mark Otto | 1 | -1/+1 | |
| 2013-12-01 | Fixes #11357: Vertically center sm and xs buttons in the navbar | Mark Otto | 3 | -1/+18 | |
| 2013-12-01 | Fixes #9927: Update non-responsive example to prevent .navbar-collapse ↵ | Mark Otto | 1 | -10/+14 | |
| border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same | |||||
| 2013-12-01 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -5/+1 | |
| 2013-12-01 | fixes #11508: mention in docs that inline forms only work at 768px and up | Mark Otto | 1 | -1/+1 | |
| 2013-12-01 | Merge pull request #11662 from ZDroid/deprecation-fix | Mark Otto | 1 | -5/+1 | |
| Use mixin instead of whole code | |||||
| 2013-12-01 | Fixes #10941: Fix Glyphicons path for those importing bootstrap.less from ↵ | Mark Otto | 4 | -8/+8 | |
| another directory | |||||
| 2013-12-01 | Use mixin instead of whole code | Zlatan Vasović | 1 | -5/+1 | |
| 2013-11-30 | Add docs example to go with #11536 | Mark Otto | 1 | -2/+19 | |
| 2013-11-30 | Merge branch 'master' into pr/11536 | Mark Otto | 47 | -842/+799 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-11-30 | grunt | Mark Otto | 1 | -1/+1 | |
| 2013-11-30 | Fixes #11658: Increase min-height of .radio and .checkbox for horizontal ↵ | Mark Otto | 3 | -1/+12 | |
| forms to ensure alignment of content below | |||||
| 2013-11-30 | Remove browser default top margin from dl elements | Mark Otto | 3 | -1/+3 | |
| 2013-11-30 | Fixes #11623: Reset position to static for grid columns within tables to ↵ | Mark Otto | 3 | -1/+3 | |
| unfuck borders in IE9/10 and Firefox | |||||
| 2013-11-30 | Shorten sticky footer examples footer content to prevent wrapping | Mark Otto | 4 | -4/+4 | |
| 2013-11-30 | grunt | Mark Otto | 3 | -7/+12 | |
| 2013-11-30 | Fixes #10716: Update what's included docs to add info on both download options | Mark Otto | 2 | -6/+29 | |
| 2013-11-30 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -6/+12 | |
| 2013-11-30 | Fixes #11268: Account for badges within buttons by matching background to ↵ | Mark Otto | 4 | -1/+40 | |
| text color and text color to background | |||||
| 2013-11-30 | Merge pull request #11217 from ZDroid/nest | Mark Otto | 2 | -6/+12 | |
| Add quick fix to labels and badges in buttons | |||||
| 2013-11-30 | grunt | Mark Otto | 1 | -1/+1 | |
| 2013-11-30 | Fixes #11277: Drop the abbr element from the .initialism selector | Mark Otto | 3 | -3/+3 | |
