- 02 Sep, 2015 23 commits
-
-
Andrew Smith authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
clarifies that normalize.css is a dependency of reboot
-
Mark Otto authored
-
Mark Otto authored
-
-
Mark Otto authored
-
Mark Otto authored
Media vertical align flexbox classes
-
Mark Otto authored
-
Mark Otto authored
v4 - Force linebreaks after grid tier names in v4 grid docs
-
Mark Otto authored
v4 - Fix link to narrow jumbotron example
-
Mark Otto authored
v4 - Updated default navbar example to use responsive navbar
-
Mark Otto authored
Combine size & square mixins into one
-
Mark Otto authored
Update static form control example
-
Mark Otto authored
Remove CSSLint references.
-
Mark Otto authored
Document utility class .bg-inverse
-
Mark Otto authored
v4: Conditional predefined grid classes
-
Mark Otto authored
Semantic grid: add make-container-breakpoint
-
Mark Otto authored
Fix several erroneous links in docs.
-
Chris Rebert authored
Fixed link to nav component from scrollspy documentation
-
- 01 Sep, 2015 6 commits
-
-
Mark Otto authored
Adds table-responsive class to docs table
-
Mohamad El-Husseini authored
-
Supergibbs authored
(reported by ianhernandez in Slack)
-
Mark Otto authored
Remove the unused Google fonts.
-
Chris Rebert authored
Apply !default to SCSS variables
-
Catalin Zalog authored
Missed one variable :(
-
- 31 Aug, 2015 2 commits
-
-
Gleb Mazovetskiy authored
Accept elements as the tooltip / popover content
-
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 2 commits
- 29 Aug, 2015 7 commits
-
-
Chris Rebert authored
rm unused $state param from form-control-validation mixin
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
Fix the JS errors due to jekyll-search.
-
Chris Rebert authored
Remove the now unused grunt-contrib-jade references.
-