| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2018-08-25 | Round corners on modal footer | Mark Otto | 1 | -0/+1 | |
| Matches the method used for the modal header. Fixes #26955. | |||||
| 2018-08-25 | #23389: Add breadbrumb in docs search results | Martijn Cuppens | 1 | -5/+19 | |
| 2018-08-20 | Update devDependencies and gems. | XhmikosR | 3 | -321/+245 | |
| 2018-08-19 | Minor: missing dot before classname in explanatory text | Patrick H. Lauke | 1 | -1/+1 | |
| 2018-08-19 | Fix section numbering in scrollspy doc example | Yannick Warnier | 1 | -2/+2 | |
| 2018-08-19 | Use mr utility class throughout media object docs | Greg Tyler | 1 | -1/+1 | |
| 2018-08-19 | Remove nowrap from .btn | Rowan-James Tran | 1 | -1/+0 | |
| 2018-08-19 | #26975: remove grid columns min height | Martijn Cuppens | 2 | -2/+0 | |
| 2018-08-18 | dist | Mark Otto | 32 | -124/+1198 | |
| 2018-08-18 | Recommend a plugin to animate custom file input (#27088) | Johann-S | 1 | -0/+5 | |
| 2018-08-13 | Update deps. | XhmikosR | 2 | -23/+30 | |
| 2018-08-13 | Update bundlesize limits. | XhmikosR | 1 | -2/+2 | |
| 2018-08-13 | Change if statement | Martijn Cuppens | 1 | -1/+1 | |
| 2018-08-13 | Tweak modal transform (#27005) | Martijn Cuppens | 3 | -2/+10 | |
| 2018-08-12 | add babel plugin proposal object rest spread to our dev deps | Johann-S | 3 | -2/+3 | |
| 2018-08-12 | Add missing trailing slash in Edge tracker links. | XhmikosR | 1 | -1/+1 | |
| 2018-08-12 | Revert "Remove Chinese translation since it 404s." | XhmikosR | 1 | -0/+5 | |
| This reverts commit 8bb35313b17da1414ca3445a6c821718a4d62bc5. This is no longer needed. | |||||
| 2018-08-12 | Revert "broken link checker: check external links too." | XhmikosR | 1 | -1/+1 | |
| This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d. Unfortunately, we are getting too many timeouts. | |||||
| 2018-08-12 | build/*.js: set `sourceType` to module. | XhmikosR | 10 | -19/+1 | |
| 2018-08-12 | Use ES6 arrow function. | XhmikosR | 10 | -10/+10 | |
| 2018-08-12 | Remove Chinese translation since it 404s. | XhmikosR | 1 | -5/+0 | |
| 2018-08-12 | docs/4.1/components/forms.md: fix useiconic link. | XhmikosR | 1 | -1/+1 | |
| 2018-08-12 | broken link checker: check external links too. | XhmikosR | 1 | -1/+1 | |
| It's slower, but since it runs only on Travis, we better be safe. | |||||
| 2018-08-12 | Run all css tasks in dist script. | XhmikosR | 1 | -2/+2 | |
| 2018-08-12 | Fix paths. | XhmikosR | 3 | -4/+4 | |
| 2018-08-12 | Update devDependencies and gems. | XhmikosR | 3 | -2308/+1398 | |
| Also, enforce LF in clean-css. | |||||
| 2018-08-12 | fix(util): use querySelector for ids | Johann-S | 2 | -1/+14 | |
| 2018-08-07 | fix(util): use getElementById when it's possible | Johann-S | 2 | -2/+22 | |
| 2018-08-02 | Commit our svgo config. | XhmikosR | 3 | -2/+54 | |
| 2018-08-02 | Fix dispose causing popover title to change | jarstelfox | 1 | -1/+1 | |
| see: https://github.com/twbs/bootstrap/issues/26847 in v4, destroy was replaced by dispose | |||||
| 2018-08-02 | Hyphenate client-side/server-side (#27016) | Jonathan | 1 | -1/+1 | |
| 2018-08-02 | Fix #26990 broken external example | Mitchell Grice | 2 | -2/+2 | |
| 2018-08-02 | Use Iconic github page instead of site | Martijn Cuppens | 1 | -1/+1 | |
| The SSL certificate of the useiconic.com is expired | |||||
| 2018-08-02 | Update package.json | XhmikosR | 1 | -2/+2 | |
| Fix paths to docs. | |||||
| 2018-08-02 | package.json: be more explicit with the files we include. | XhmikosR | 1 | -3/+3 | |
| 2018-07-29 | Merge branch 'form-validation-icons' into v4-dev | Mark Otto | 5 | -7/+76 | |
| 2018-07-29 | #26972: fix responsive highlight width | Martijn Cuppens | 1 | -1/+1 | |
| 2018-07-29 | Update devDependencies and gems. | XhmikosR | 5 | -716/+946 | |
| 2018-07-29 | Fix custom-select font size/padding (#26585) | Robert | 2 | -6/+12 | |
| fixes #26476 | |||||
| 2018-07-29 | dist | Mark Otto | 9 | -10/+1369 | |
| 2018-07-28 | Add margin utils to the grid for fully functional grid control (#26957) | Mark Otto | 2 | -2/+3 | |
| * Add margin utils to the grid for fully functional grid control * bump the max filesize | |||||
| 2018-07-27 | fix typo: seperator -> separator (#26982) | lgdean | 1 | -1/+1 | |
