| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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-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. | |||||
| 2014-12-19 | fix "propertes" typos in comments | Chris Rebert | 2 | -2/+2 | |
| 2014-12-17 | Fixes #14990: Media bodies take up full width | Nicole Sullivan | 1 | -0/+4 | |
| Signed-off-by: Beatrice Peng <[email protected]> | |||||
| 2014-12-15 | Add docs for #15340 | Chris Rebert | 1 | -0/+1 | |
| border-radius CSS property doesn't affect <select>s in some browsers. Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers. Closes #15340. [skip sauce] [skip validator] | |||||
| 2014-12-12 | Add glyphicons fonts in woff2 | Bastien | 1 | -0/+1 | |
| 2014-12-12 | Add new brand-primary color in the doc and the true color in comment | Bastien | 1 | -1/+1 | |
| 2014-12-11 | glyphicons.less: lowercase F in codepoint number for consistency | Chris Rebert | 1 | -1/+1 | |
| 2014-12-05 | Fix margin-bottom on dropdown (navbar-fixed-bottom). | vsn4ik | 1 | -0/+1 | |
| 2014-12-03 | Nested button groups with only one child now have rounded corners (Iss.#15270) | Matt Smith | 1 | -2/+2 | |
| 2014-11-30 | Merge pull request #15244 from zalog/patch-2 | Mark Otto | 1 | -0/+1 | |
| Center .icon-prev and .icon-next in carousel | |||||
