| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-06 | set not-allowed cursor on disabled radio+checkbox labels; fixes #13281 | Chris Rebert | 1 | -4/+20 | |
| [skip validator] [skip sauce] | |||||
| 2014-06-05 | Use px for font-size fixes #13737 | Thomas Welton | 1 | -1/+1 | |
| 2014-06-04 | Resolves Issue #13689 | Ben Zumhagen | 1 | -1/+3 | |
| Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue. | |||||
| 2014-06-04 | Fix bug where a panel recieve extra top border | Siarhei Khilko | 1 | -1/+1 | |
| https://github.com/twbs/bootstrap/issues/13734 A panel placed inside of a collapsible panel recieve extra top border. This commit reduces the effect of a selector to apply a border only to the collapsible panel body itself, not to any panel placed within it. | |||||
| 2014-05-29 | removing unnecessary max-width on tables | bcullman | 1 | -1/+0 | |
| 2014-05-27 | fix variables in panels.less | سید مرتضی موسوی | 1 | -2/+2 | |
| 2014-05-27 | Color Contrast for panel heading | سید مرتضی موسوی | 1 | -0/+4 | |
| related to #13686 | |||||
| 2014-05-24 | text transformation added | Konstantin Kulinicenko | 1 | -0/+5 | |
| Transform text in components with text capitalization classes. | |||||
| 2014-05-24 | Table-responsive: changed overflow-x to auto to hide scrollbar when it's not ↵ | Nadan Gergeo | 1 | -1/+1 | |
| overflown, fixes #13669. | |||||
| 2014-05-22 | Merge branch 'master' into icon_paths | Mark Otto | 1 | -3/+8 | |
| Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map | |||||
| 2014-05-22 | Merge pull request #13651 from twbs/ios-temporal | Mark Otto | 1 | -2/+4 | |
| update explanatory comment about iOS date/time inputs bug | |||||
| 2014-05-22 | Reset the padding on radio/checkbox labels in form-inline | Mark Otto | 1 | -1/+4 | |
| 2014-05-21 | update explanatory comment about iOS date/time inputs bug | Chris Rebert | 1 | -2/+4 | |
| Per: * http://jsbin.com/purer/2/edit * https://github.com/cvrebert/bs-css-hacks/blob/6e8aa78384a005b007fc45327c9516dcf6ec0f30/README.md#ios-temporal-input-line-height Thanks @mdo <3 [skip sauce] [skip validator] | |||||
| 2014-05-21 | Applied translate3d to modal, navbar-fixed and affix to combat browser repaint | ItsJonQ | 3 | -2/+4 | |
| 2014-05-20 | Merge branch 'master' into icon_paths | Mark Otto | 2 | -2/+3 | |
| 2014-05-17 | Merge pull request #13600 from twbs/resize-note-correction | Chris Rebert | 1 | -1/+1 | |
| change note in .resizable() mixin for accuracy | |||||
| 2014-05-14 | reference other more recent source regarding the IE viewport bug | Chris Rebert | 1 | -0/+1 | |
| 2014-05-14 | more precise docs link | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | change note in .resizable() mixin for accuracy | Chris Rebert | 1 | -1/+1 | |
| Not a Safari bug. It's standards-compliant. Quoting from http://www.w3.org/TR/css3-ui/#resize : > ### 8.1. `resize` property > > * Applies to: elements with `overflow` other than `visible` > > The `resize` property applies to elements whose computed `overflow` value is something other than `visible`. Original comment was added in commit 648c4689273647c321dd6e3979d910282e9a9339. | |||||
| 2014-05-12 | Merge branch 'master' into icon_paths | Mark Otto | 1 | -0/+4 | |
| Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map | |||||
| 2014-05-12 | Merge pull request #13369 from armikbd/bootstrap-itsme | Mark Otto | 1 | -0/+4 | |
| Dropdown menu in justified button-group | |||||
| 2014-05-12 | Merge branch 'master' into icon_paths | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js | |||||
| 2014-05-10 | Squashed commit of the following: | Daniel | 1 | -1/+1 | |
| commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <[email protected]> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <[email protected]> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less | |||||
| 2014-05-08 | Fixes #13478, reverts #10941 | Mark Otto | 1 | -5/+5 | |
| 2014-04-30 | Merge branch 'pr/13320' | Mark Otto | 1 | -0/+6 | |
| Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-04-30 | Changed last-child to first-child | Nick Colley | 1 | -5/+5 | |
| As noted by @jerem the first child will actually be the last shown | |||||
| 2014-04-27 | Update type.less | Sam Roth | 1 | -1/+1 | |
| For better readability on mobile devices | |||||
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 5 | -7/+17 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2014-04-23 | Improved mixin ability with nested media query | Hayden Bleasel | 1 | -23/+19 | |
| 2014-04-17 | fix #13360 by making deprecation notices visible in customizer | Chris Rebert | 1 | -6/+10 | |
| 2014-04-17 | Dropdown menu in justified button-group | Iqbal Kabir | 1 | -0/+4 | |
| It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified). | |||||
| 2014-04-15 | Add nested kbd element styles for actual keys or inputs | Cecchi MacNaughton | 1 | -0/+6 | |
| 2014-04-15 | rm not particularly useful @zindex var comments | Chris Rebert | 1 | -2/+2 | |
| 2014-04-11 | Fix indent | Sean Dwyer | 1 | -1/+1 | |
| 2014-04-10 | Fix form-control-feedback position when label has sr-only class | Sean Dwyer | 1 | -0/+6 | |
| 2014-04-06 | Merge pull request #13242 from killthekitten/fix-carousel-controls | Mark Otto | 1 | -2/+11 | |
| Fix carousel-control margin asymmetry | |||||
| 2014-04-02 | Merge pull request #13217 from thedavidscherer/fix-13216 | Mark Otto | 1 | -2/+2 | |
| fixes #13216 | |||||
| 2014-04-01 | re-deprecate @screen-xs-min per #12913 | Chris Rebert | 1 | -0/+1 | |
| By definition, XS screens have no minimum size, only a maximum size. (Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.) | |||||
| 2014-03-31 | Fix carousel control margin asymmetry | Nikolay Shebanov | 1 | -2/+11 | |
| 2014-03-28 | fixes #13216 | David Scherer | 1 | -2/+2 | |
| change `@zindex-popover` and `@zindex-tooltip` values to be greater than those set for `@zindex-modal` allowing tooltips and popovers to be displayed in front of modals (and all other content). | |||||
| 2014-03-28 | Merge pull request #13194 from twbs/normalize.css-3.0.1 | XhmikosR | 1 | -19/+21 | |
| Update normalize.css to v3.0.1 | |||||
| 2014-03-27 | fix doc typo | Дмитро Будник | 1 | -1/+1 | |
| one can find correct name of variable just few lines below the typo | |||||
| 2014-03-27 | Update normalize.css to v3.0.1 | XhmikosR | 1 | -19/+21 | |
| 2014-03-24 | Fixes #13066: Add z-index to the form control feedback icons so input groups ↵ | Mark Otto | 1 | -0/+1 | |
| don't render on top of them | |||||
| 2014-03-24 | Fixes #13037: add text-align: left; to prevent alignment change in dropdowns | Mark Otto | 1 | -0/+1 | |
| 2014-03-24 | Merge pull request #13013 from ogonkov/patch-1 | Mark Otto | 1 | -0/+1 | |
| Support for hovering on cell's with some state | |||||
| 2014-03-24 | expand issue # ref to full URL | Chris Rebert | 1 | -1/+1 | |
| 2014-03-24 | Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text | Mark Otto | 1 | -0/+1 | |
| 2014-03-24 | Fixes #13079: Scope .open class in button variant mixin to immediate children | Mark Otto | 1 | -2/+2 | |
| 2014-03-20 | Fix vertical alignment of temporal inputs on iOS | Rob Fletcher | 1 | -1/+4 | |
| Fixes #13098 Closes #13099 | |||||
