1. 25 Nov, 2019 3 commits
  2. 24 Nov, 2019 1 commit
    • Jonathan Hefner's avatar
      Set vertical-align on .form-check-input (#29521) · 0caed940
      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`.
      0caed940
  3. 07 Nov, 2019 1 commit
  4. 01 Nov, 2019 1 commit
  5. 31 Oct, 2019 2 commits
  6. 28 Oct, 2019 1 commit
  7. 25 Oct, 2019 2 commits
  8. 22 Oct, 2019 2 commits
  9. 18 Oct, 2019 2 commits
  10. 12 Oct, 2019 1 commit
  11. 10 Oct, 2019 1 commit
  12. 03 Oct, 2019 1 commit
  13. 02 Oct, 2019 1 commit
    • Mark Otto's avatar
      v5: .form-check layout changes (#29322) · 707973eb
      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
      707973eb
  14. 24 Sep, 2019 1 commit
  15. 16 Sep, 2019 4 commits
  16. 13 Sep, 2019 1 commit
  17. 06 Sep, 2019 5 commits
  18. 03 Sep, 2019 1 commit
  19. 02 Sep, 2019 4 commits
  20. 30 Aug, 2019 5 commits
    • ysds's avatar
      Add responsive example · b1f49092
      ysds authored
      b1f49092
    • ysds's avatar
      Allow override default col width · ebfeaa4a
      ysds authored
      ebfeaa4a
    • Mark Otto's avatar
      Cleanup · cc248791
      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
      cc248791
    • Mark Otto's avatar
      db692d02
    • Mark Otto's avatar
      First pass at .row-cols classes · e2252e02
      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.
      e2252e02