- 06 Sep, 2015 4 commits
- 05 Sep, 2015 5 commits
-
-
Patrick H. Lauke authored
-
XhmikosR authored
-
XhmikosR authored
[ci skip]
-
Mark Otto authored
-
Mark Otto authored
-
- 03 Sep, 2015 3 commits
-
-
David\ Beitey authored
-
David\ Beitey authored
-
vsn4ik authored
-
- 02 Sep, 2015 6 commits
-
-
Mark Otto authored
-
XhmikosR authored
[skip sauce]
-
Andrew Smith authored
-
Kevin Kirsche authored
Fix #17173
-
Kevin Kirsche authored
Fix #17166
-
Mark Otto authored
-
- 01 Sep, 2015 2 commits
-
-
Mohamad El-Husseini authored
-
Supergibbs authored
(reported by ianhernandez in Slack)
-
- 31 Aug, 2015 2 commits
-
-
Vincent 4J authored
-
Gleb Mazovetskiy authored
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
-
- 30 Aug, 2015 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 29 Aug, 2015 4 commits
- 28 Aug, 2015 2 commits
-
-
Mohamad El-Husseini authored
-
XhmikosR authored
1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip]
-
- 27 Aug, 2015 6 commits
-
-
XhmikosR authored
Before: 538 KB (551.052 bytes) After: 179 KB (183.296 bytes) [ci skip]
-
XhmikosR authored
Before: 1,28 MB (1.351.880 bytes) After: 1,27 MB (1.341.411 bytes) [ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
-
Caleb Land authored
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
-
- 26 Aug, 2015 5 commits
-
-
David Baughman authored
-
Anton Vlasenko authored
-
petetnt authored
-
Chris Rebert authored
-
David Baughman authored
Closes #17319 by merging it.
-