| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-09-18 | Switch to `.btn-secondary` for the search button so that it's accessible ↵ | Nabil Kadimi | 1 | -1/+1 | |
| (#27255) | |||||
| 2018-09-18 | Clarify docs for custom form structure | Mark Otto | 1 | -1/+1 | |
| Fixes #25440 | |||||
| 2018-09-18 | docs: use the bundle dist file. | XhmikosR | 21 | -45/+21 | |
| 2018-09-17 | dist | Mark Otto | 4 | -7/+3 | |
| 2018-09-17 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 5 | -90/+78 | |
| 2018-09-17 | dist | Mark Otto | 27 | -167/+97 | |
| 2018-09-17 | Switch to find-unused-sass-variables for finding unused Sass variables. | XhmikosR | 3 | -81/+76 | |
| 2018-09-17 | #27220: cleanup .btn-link hover/focus properties (#27250) | Martijn Cuppens | 1 | -4/+0 | |
| 2018-09-17 | Update copy | Mark Otto | 1 | -1/+1 | |
| 2018-09-17 | Remove background-colors example and show only the code. | XhmikosR | 1 | -5/+2 | |
| This is to avoid confusion. | |||||
| 2018-09-16 | _variables.scss comments/spacing consistency (#27247) | Catalin Zalog | 1 | -3/+13 | |
| * style: `_variables.scss` comments consistency * style: `_variables.scss` spacing consistency | |||||
| 2018-09-16 | Typo (#27248) | Nabil Kadimi | 1 | -1/+1 | |
| 2018-09-16 | Update svgo.yml. | XhmikosR | 1 | -2/+2 | |
| 2018-09-16 | Simplify HTML and CSS | Mark Otto | 4 | -49/+7 | |
| - Remove iframes - Turn into larger click areas - Drop entire team.scss file for components and utilities | |||||
| 2018-09-16 | browsers-devices.md: Use Jekyll variable. | XhmikosR | 1 | -1/+1 | |
| 2018-09-16 | Restore team page. | XhmikosR | 6 | -1/+87 | |
| 2018-09-16 | Travis CI: Actually don't install `npm@5` at all. | XhmikosR | 1 | -2/+0 | |
| 2018-09-16 | Travis: Don't install npm@5 when the current npm is newer. | XhmikosR | 1 | -1/+1 | |
| 2018-09-15 | speed up browser tests | Johann-S | 2 | -1/+2 | |
| 2018-09-14 | Use https in more places and fix a few redirects. | XhmikosR | 10 | -14/+14 | |
| 2018-09-14 | Update popper.min.js to v1.14.4. | XhmikosR | 1 | -1/+1 | |
| 2018-09-14 | Update anchor.min.js to v4.1.1. | XhmikosR | 1 | -3/+3 | |
| 2018-09-14 | Selector improvement (#27219) | Martijn Cuppens | 2 | -2/+2 | |
| 2018-09-13 | throw error when folks try to use a bad selector | Johann-S | 5 | -55/+45 | |
| 2018-09-13 | refactor karma config in one file | Johann-S | 4 | -172/+131 | |
| 2018-09-13 | do not use coverage files on browserstack | Johann-S | 1 | -3/+3 | |
| 2018-09-13 | creates variables for navbar brand colors #27187 | Andres Galante | 2 | -4/+9 | |
| 2018-09-10 | collapse children with no data-parent | Johann-S | 2 | -9/+48 | |
| 2018-09-10 | Remove certain Chromium entries from Wall of Bugs | Herst | 1 | -30/+0 | |
| 2018-09-09 | Update devDependencies. | XhmikosR | 2 | -670/+394 | |
| 2018-09-03 | Added type="button" to <button>s without any type (#27174) | Herst | 3 | -5/+5 | |
| (again) https://github.com/twbs/bootlint/wiki/W007 | |||||
| 2018-09-02 | Ignore percentage values for compare in maps | Roman O | 1 | -1/+1 | |
| 2018-09-02 | Set .btn base color | Martijn Cuppens | 1 | -0/+2 | |
| 2018-09-02 | Move transparent background to .btn and remove background-image | Martijn Cuppens | 2 | -2/+1 | |
| 2018-09-02 | Set max-width to 100% | Martijn Cuppens | 1 | -1/+1 | |
| Fixes #27114 | |||||
| 2018-09-02 | Remove `-webkit-text-decoration-skip` | Martijn Cuppens | 1 | -1/+0 | |
| 2018-09-02 | #27112: fix border focus border color | Martijn Cuppens | 2 | -7/+2 | |
| 2018-09-02 | Move CSS of hover underline to base from color variants | ysds | 2 | -1/+6 | |
| 2018-09-02 | Add new docs Versions page. | Mark Otto | 4 | -8/+82 | |
| 2018-08-31 | add information about valid selectors (#27137) | Johann-S | 3 | -35/+5 | |
| 2018-08-30 | move away from sauce labs to browserstack | Johann-S | 7 | -270/+577 | |
| 2018-08-29 | build-plugins.js: Remove redundant space | XhmikosR | 1 | -1/+1 | |
| 2018-08-28 | Update devDependencies. | XhmikosR | 2 | -804/+554 | |
| 2018-08-28 | Remove extra line break | ysds | 1 | -2/+0 | |
| 2018-08-26 | Simpler carousel indicators css (#26996) | Martijn Cuppens | 2 | -36/+21 | |
| 2018-08-26 | Remove redundant space from blockquote footer prefix | acj | 1 | -1/+1 | |
| 2018-08-26 | Move blockquote footer font size to variables | acj | 2 | -1/+2 | |
| Blockquote footer font size is currently hardcoded to 80%, implying (in a comment) that this would result in the default font size. However, since the blockquote font size itself is variable, this is not necessarily true, and 80% of anything actually results in an arbitrary font size. 80% as a default is still fine. | |||||
| 2018-08-25 | Remove _layouts/redirect.html. | XhmikosR | 1 | -38/+0 | |
| This isn't needed, because it's not supposed to be seen normally, with JavaScript enabled. | |||||
| 2018-08-25 | add text-reset to text utilities (#26866) | m5o | 2 | -0/+15 | |
| 2018-08-25 | Specify new height for inputs in floating label example after v4.1.3's ↵ | Mark Otto | 1 | -0/+1 | |
| addition of a fixed height property on .form-control | |||||
