| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-07 | fixes #18281 | Mark Otto | 1 | -1/+1 | |
| 2015-12-07 | fixes #18320: pull in suit base reset for button focus styles in FF and IE | Mark Otto | 1 | -0/+9 | |
| 2015-12-07 | spacing | Mark Otto | 1 | -1/+1 | |
| 2015-12-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 6 | -13/+12 | |
| 2015-12-07 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-12-07 | proper fix for #18439 w/ clippy placement and hover | Mark Otto | 1 | -4/+8 | |
| 2015-12-07 | Merge pull request #18455 from twbs/fix-18424 | Chris Rebert | 6 | -13/+12 | |
| Use $input-border-width for both .form-control and .btn borders | |||||
| 2015-12-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵ | Chris Rebert | 6 | -13/+12 | |
| #18424 Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce] | |||||
| 2015-12-07 | Merge pull request #18460 from twbs/migration-stateful-btn | Chris Rebert | 1 | -0/+2 | |
| Add entry about stateful buttons to v4 migration guide | |||||
| 2015-12-07 | Add entry about stateful buttons to v4 migration guide | Chris Rebert | 1 | -0/+2 | |
| Refs #18459, #17178 [skip sauce] | |||||
| 2015-12-08 | Add an empty line at the end of the file | Alexandr Kondrashov | 1 | -1/+1 | |
| 2015-12-07 | Consolidate duplicate "Buttons" section in v4 migration docs | Chris Rebert | 1 | -4/+1 | |
| [skip sauce] | |||||
| 2015-12-08 | SVG: base64 > ASCII85 (fix merge) | Alexandr Kondrashov | 1 | -27/+45 | |
| 2015-12-08 | SVG: base64 > ASCII85 | Alexandr Kondrashov | 2 | -17/+7 | |
| 2015-12-08 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into patch-1 | Alexandr Kondrashov | 225 | -11261/+9176 | |
| 2015-12-07 | grunt | Mark Otto | 8 | -12/+28 | |
| 2015-12-07 | fixes #17433: improve borders on .list-group-flush to remove dupe borders ↵ | Mark Otto | 2 | -0/+22 | |
| when appropro | |||||
| 2015-12-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 6 | -10/+24 | |
| 2015-12-07 | grunt | Mark Otto | 11 | -9/+33 | |
| 2015-12-07 | Merge pull request #18453 from twbs/wkbug-151933 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry related to #16028 | |||||
| 2015-12-07 | Add Wall of Browser Bugs entry related to #16028 | Chris Rebert | 1 | -0/+10 | |
| https://bugs.webkit.org/show_bug.cgi?id=151933 [skip sauce] | |||||
| 2015-12-07 | Merge pull request #18452 from twbs/font-weight-utils | Chris Rebert | 2 | -7/+7 | |
| Tweak naming and docs of font utility classes | |||||
| 2015-12-07 | Tweak naming and docs of font utility classes | Chris Rebert | 2 | -7/+7 | |
| * `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity. * Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`. * In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles. Refs #18433 [skip sauce] | |||||
| 2015-12-06 | Merge pull request #18451 from twbs/navbar-form-migrate | Mark Otto | 1 | -0/+4 | |
| Add .navbar-form entry to v4 migration docs | |||||
| 2015-12-06 | links and clarification in navbar docs | Mark Otto | 1 | -2/+2 | |
| 2015-12-06 | stub out some more of the navbar docs to include navbar-nav options and ↵ | Mark Otto | 1 | -0/+52 | |
| navbar-brand options | |||||
| 2015-12-06 | Fix .font-italic utility class definition | Chris Rebert | 1 | -2/+2 | |
| Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616 Refs #18001 | |||||
| 2015-12-06 | Add .navbar-form entry to v4 migration docs; refs #18087 | Chris Rebert | 1 | -0/+4 | |
| [skip sauce] | |||||
| 2015-12-06 | Remove .navbar-form from example pages; refs #18087 | Chris Rebert | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2015-12-06 | fix up navbar examples with proper coloring | Mark Otto | 2 | -4/+4 | |
| 2015-12-06 | fixes #18087: .navbar-form is no more | Mark Otto | 2 | -7/+4 | |
| 2015-12-06 | fixes #18425 by using vars for 1px borders | Mark Otto | 4 | -8/+9 | |
| 2015-12-06 | fixes #18436 | Mark Otto | 1 | -0/+1 | |
| 2015-12-06 | fixes #18433: add three new font utils | Mark Otto | 2 | -0/+16 | |
| 2015-12-06 | Merge pull request #18426 from twbs/label-reboot-comment-grammar | Mark Otto | 1 | -1/+1 | |
| Fix grammar of comment for <label> in Reboot | |||||
| 2015-12-06 | Merge branch 'list-inline-padding' into v4-dev | Mark Otto | 2 | -3/+5 | |
| 2015-12-06 | Merge pull request #18450 from twbs/more-font-weight-vars | Mark Otto | 4 | -3/+8 | |
| Add 3 more font-weight variables | |||||
| 2015-12-06 | Add 3 more font-weight variables | Chris Rebert | 4 | -3/+8 | |
| Refs #14368 [skip sauce] [skip validator] | |||||
| 2015-12-06 | Grunt: Factor out new docs-github task | Chris Rebert | 1 | -1/+2 | |
| Ports #18445 to v4. [skip sauce] [skip validator] | |||||
| 2015-12-06 | Fix grammar in "Custom forms" docs | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-06 | Docs: Fix flavor text in input group example that got borked at some point | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-06 | Merge pull request #18448 from twbs/bugzilla-1139853 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for #15990 | |||||
| 2015-12-06 | Add Wall of Browser Bugs entry for #15990 | Chris Rebert | 1 | -0/+10 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1139853 [skip sauce] | |||||
| 2015-12-06 | Merge pull request #18447 from twbs/moz-meta-bug | Chris Rebert | 1 | -0/+1 | |
| Mention Mozilla Firefox meta-bug on Wall of Browser Bugs | |||||
| 2015-12-06 | Mention Mozilla Firefox meta-bug on Wall of Browser Bugs | Chris Rebert | 1 | -0/+1 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1230801 [skip sauce] | |||||
| 2015-12-05 | Merge pull request #18442 from vsn4ik/v4-dev-form-icon-default | Chris Rebert | 1 | -3/+3 | |
| Use !default on $form-icon-* variables | |||||
| 2015-12-05 | v4 - Add default param for form-icon variables | vsn4ik | 1 | -3/+3 | |
| 2015-12-05 | Run `grunt`. | XhmikosR | 48 | -120/+120 | |
| [ci skip] | |||||
| 2015-12-05 | Fix version numbers is JS files; fixes #18435 | Chris Rebert | 11 | -21/+21 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | package.json: fix duplicate scripts property. | XhmikosR | 1 | -3/+1 | |
| [skip sauce] [skip validator] | |||||
