- 25 Nov, 2019 2 commits
-
-
Mark Otto authored
-
Martijn Cuppens authored
- Enable RFS - Add documentation - Disable doc font size overrides
-
- 24 Nov, 2019 1 commit
-
-
Jonathan Hefner authored
This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`.
-
- 07 Nov, 2019 1 commit
-
-
XhmikosR authored
-
- 01 Nov, 2019 1 commit
-
-
XhmikosR authored
Fix typo
-
- 31 Oct, 2019 2 commits
- 28 Oct, 2019 1 commit
-
-
Mark Otto authored
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
-
- 25 Oct, 2019 2 commits
-
-
Higor Araújo dos Anjos authored
-
Martijn Cuppens authored
-
- 22 Oct, 2019 2 commits
-
-
Shohei Yoshida authored
-
XhmikosR authored
Use our example shortcode's `class` parameter instead.
-
- 18 Oct, 2019 2 commits
- 12 Oct, 2019 1 commit
-
-
Jeremy Jackson authored
Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility.
-
- 10 Oct, 2019 1 commit
-
-
Mark Otto authored
-
- 03 Oct, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 02 Oct, 2019 1 commit
-
-
Mark Otto authored
* Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs
-
- 24 Sep, 2019 1 commit
-
-
Shohei Yoshida authored
Stack in cards in one column when < md
-
- 16 Sep, 2019 4 commits
- 13 Sep, 2019 1 commit
-
-
jahanzaibsuleman07 authored
-
- 06 Sep, 2019 5 commits
-
-
XhmikosR authored
-
Martijn Cuppens authored
- Simplify display headings example markup - Simplify footer styles - Remove z-indices hacks in the docs - Remove redundant modal styling in docs - Use `escape-svg()` to escape docs sidebar chevron - Simplify sidebar chevron code - Cleanup masthead css & fix column width between `md` & `lg` - Easier to download logo's with the `download` attribute. - Changed some color codes into variables - Cleanup brands css
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
- 03 Sep, 2019 1 commit
-
-
XhmikosR authored
* remove load event * use `forEach` and `querySelectorAll` * simplify check
-
- 02 Sep, 2019 4 commits
- 30 Aug, 2019 6 commits
-
-
ysds authored
-
ysds authored
-
Mark Otto authored
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
-
Mark Otto authored
-
Mark Otto authored
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
-
XhmikosR authored
-