| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-10 | Remove trailing whitespace in forms.less | Gleb Mazovetskiy | 1 | -1/+1 | |
| 2015-03-09 | rm `visibility` where redundant to `display` | Chris Rebert | 4 | -6/+1 | |
| Refs #15755 | |||||
| 2015-03-09 | Merge pull request #15755 from jitendravyas/master | Chris Rebert | 1 | -1/+0 | |
| Removed `visibility: hidden !important` from `.hidden` class | |||||
| 2015-03-03 | Modal: Fix backdrop not readjusting when height changes | Heinrich Fenkart | 2 | -2/+5 | |
| Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. | |||||
| 2015-03-02 | Add upstream patch comment | Patrick H. Lauke | 1 | -0/+1 | |
| 2015-02-28 | iOS fix for role="button" elements; [fixes #15935] | Patrick H. Lauke | 1 | -0/+11 | |
| Fixes "clickability" issue (and more generally, the firing of events such as focus as well) for traditionally non-focusable elements with role="button" (see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile) Fixes #15935 | |||||
| 2015-02-26 | Merge pull request #15826 from kkirsche/patch-19 | Mark Otto | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use mixin | |||||
| 2015-02-20 | Fix #15652: Set `position: relative` on .{radio,checkbox}-inline | Kevin Kirsche | 1 | -0/+1 | |
| Closes #15656 by merging it. | |||||
| 2015-02-19 | Merge pull request #15699 from kkirsche/patch-8 | Chris Rebert | 1 | -0/+3 | |
| Fix #15691: .form-control-static changes height when empty | |||||
| 2015-02-19 | [Fixes #15691] .form-control-static changes height when empty | Kevin Kirsche | 1 | -0/+3 | |
| [Fixes #15691] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static` JSFiddle: http://jsfiddle.net/4pdo4yzo/ Compute the minimum height @line-height-computed = ~20px @font-size-base = 14px This should come to approx. 34px Add min-height to from-group-* per @cvrebert I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large | |||||
| 2015-02-17 | Merge pull request #15703 from kkirsche/patch-9 | Mark Otto | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | |||||
| 2015-02-17 | [Fixes #15825] .initialism class should use mixin | Kevin Kirsche | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use text-uppercase() LESS mixin. | |||||
| 2015-02-08 | Merge pull request #15697 from kkirsche/patch-6 | Mark Otto | 1 | -1/+1 | |
| [Fix Issue #15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-02-08 | Merge pull request #15728 from kkirsche/patch-11 | Mark Otto | 2 | -1/+4 | |
| [Fix Issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-02-05 | Removed visibility: hidden !important from .hidden class | Jitendra Vyas | 1 | -1/+0 | |
| This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121 | |||||
| 2015-02-03 | [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | Kevin Kirsche | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display | |||||
| 2015-02-02 | Use form-group margin variable | Kevin Kirsche | 1 | -1/+1 | |
| 2015-02-02 | [Fix issue #15719] Add a variable for .form-group's margin-bottom | Kevin Kirsche | 1 | -0/+3 | |
| [Fix issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-02-02 | Extract responsive embed nested classes | Haralan Dobrev | 1 | -8/+8 | |
| I think this is the more common coding convention across Bootstrap. Extract nested classes as first-class citizens and assume HTML would use both. | |||||
| 2015-01-29 | [Fix Issue #15682] .caret is smaller in Firefox than other browsers | Kevin Kirsche | 1 | -1/+1 | |
| [Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-01-21 | Merge pull request #15628 from kkirsche/patch-1 | Mark Otto | 1 | -1/+2 | |
| [Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied | |||||
| 2015-01-21 | Fix having multiple selectors on a single line. | Kevin Kirsche | 1 | -1/+2 | |
| 2015-01-21 | Fix issue twbs/bootstrap#15561 | Kevin Kirsche | 1 | -1/+1 | |
| Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs | |||||
| 2015-01-20 | Add .glyphicon-* aliases for other ISO 4217-ish currency codes | Chris Rebert | 1 | -0/+4 | |
| Fixes #15617. | |||||
| 2015-01-19 | Trim whitespaces | Geremia Taglialatela | 3 | -7/+7 | |
| 2015-01-18 | fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵ | Mark Otto | 1 | -1/+1 | |
| to fix button sizing in Win 8.1 Chrome | |||||
| 2015-01-18 | Fixes #15142: Add position: relative; to .dropup for proper placement of menus | Mark Otto | 1 | -0/+1 | |
| 2015-01-18 | Merge branch 'master' into pr/15278 | Mark Otto | 17 | -30/+69 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2015-01-17 | fixes #15493: inherit color on small/.small in .panel-title | Mark Otto | 1 | -1/+5 | |
| 2015-01-17 | Merge pull request #15551 from lee101/master | Mark Otto | 1 | -1/+1 | |
| Fix table-striped to work with bootstraps tooltips on rows | |||||
| 2015-01-16 | Added blank line between selectors in badges | Kevin Jannis | 1 | -0/+4 | |
| 2015-01-16 | .form-control: add note about <select> & border-radius | Chris Rebert | 1 | -1/+1 | |
| Refs #15340 | |||||
| 2015-01-16 | Added blank lines between selectors for alerts | Kevin Jannis | 1 | -0/+5 | |
| 2015-01-15 | Fixes #15536, #15559: Add .form-group sizing support to .form-control-static | Mark Otto | 1 | -0/+12 | |
| 2015-01-15 | Merge pull request #15567 from twbs/fix-15565 | Mark Otto | 1 | -1/+1 | |
| Use @link-hover-decoration for .btn-link too; fixes #15565 | |||||
| 2015-01-15 | Merge pull request #15482 from liias/patch-1 | Mark Otto | 1 | -0/+1 | |
| Add .disabled class styling for .btn-styles in theme | |||||
| 2015-01-15 | Added blank line between selectors in jumbotron | Kevin Jannis | 1 | -0/+1 | |
| 2015-01-14 | Use @link-hover-decoration for .btn-link too; fixes #15565 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-01-13 | Fix table-striped to work with bootstraps tooltips on rows | Lee Penkman | 1 | -1/+1 | |
| 2015-01-02 | Add .disabled class styling for .btn-styles | liias | 1 | -0/+1 | |
| Bootstrap itself has .btn-default.disabled styled. IE8 with angularjs has some weird behaviour if anchor has disabled attribute set, so I use disabled class as a workaround and assume the .disabled class styles the buttons the same as disabled attribute would. | |||||
| 2014-12-29 | Disable .glyphicon-door & .glyphicon-key for the time being | Chris Rebert | 1 | -2/+8 | |
| Closes #15419 Refs #10106 | |||||
| 2014-12-22 | Merge branch 'master' of https://github.com/twbs/bootstrap | Mark Otto | 6 | -6/+8 | |
| Conflicts: dist/css/bootstrap.css.map | |||||
| 2014-12-22 | Fixes #15422: Alternate fix for temporal input sizing in input groups | Mark Otto | 1 | -12/+10 | |
| 2014-12-22 | Add summary of #11526 to explanatory Less comment | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2014-12-22 | IE11 & current Firefox are still affected. | Chris Rebert | 1 | -2/+2 | |
| Refs #11623 | |||||
| 2014-12-22 | add more refs to browser-related bugs in Less comments | Chris Rebert | 4 | -3/+5 | |
| 2014-12-22 | Reference iOS Safari temporal input bug in explanatory Less comment | Chris Rebert | 1 | -1/+1 | |
| Refs #11266, #13098, #15415 [skip sauce] [skip validator] | |||||
| 2014-12-22 | Remove reference to old fixed WebKit bug in Less comment. | Chris Rebert | 1 | -2/+1 | |
| Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094 [skip sauce] [skip validator] | |||||
| 2014-12-20 | Merge pull request #15391 from stubbornella/master | Mark Otto | 1 | -0/+4 | |
| Fixes #14990: Media bodies take up full width | |||||
| 2014-12-20 | Merge pull request #15307 from vsn4ik/part_of_15148 | Mark Otto | 1 | -0/+1 | |
| Fix part of #15148. | |||||
