1. 23 Dec, 2018 1 commit
  2. 14 Dec, 2018 1 commit
  3. 21 Oct, 2018 2 commits
  4. 02 Apr, 2018 1 commit
  5. 01 Apr, 2018 1 commit
  6. 02 Jan, 2018 1 commit
  7. 16 Nov, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 22 Oct, 2017 1 commit
  10. 10 Oct, 2017 2 commits
  11. 06 Oct, 2017 1 commit
  12. 05 Oct, 2017 2 commits
  13. 03 Oct, 2017 1 commit
  14. 01 Oct, 2017 1 commit
  15. 27 Sep, 2017 1 commit
  16. 25 Sep, 2017 1 commit
  17. 20 Aug, 2017 4 commits
  18. 13 Aug, 2017 1 commit
  19. 30 Jun, 2017 2 commits
  20. 26 Jun, 2017 1 commit
  21. 19 Jun, 2017 1 commit
  22. 18 Jun, 2017 1 commit
  23. 15 Jun, 2017 1 commit
  24. 04 Jun, 2017 2 commits
  25. 16 Apr, 2017 2 commits
    • Patrick Yeo's avatar
      Rename variable $input-border-focus to $input-border-color-focus (#22413) · dd0ce3e4
      Patrick Yeo authored
      * Rename variable $input-border-focus to $input-border-color-focus
      * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively
      * Rename variables $state-*-border to $state-*-border-color, respectively
      * Rename variables $alert-*-border to $alert-*-border-color
      * Rename $list-group-active-border to $list-group-active-border-color
      * Rename $table-inverse-border to $table-inverse-border-color
      * Rename $btn-*-border to $btn-*-border-color
      * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
      dd0ce3e4
    • Mark Otto's avatar
  26. 09 Apr, 2017 1 commit
  27. 28 Mar, 2017 2 commits
  28. 25 Dec, 2016 1 commit
  29. 23 Dec, 2016 2 commits
    • Mark Otto's avatar
      change card deck margin strategy · 040acd30
      Mark Otto authored
      - Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level.
      
      - Drops the margin-bottom override on the .card because there's no more default margin there.
      
      - Drop the margin-bottom from the .card-deck to match our lack of margins on the card.
      
      This and the previous commit fixes #19883.
      040acd30
    • Mark Otto's avatar
      switch from block to flex · 5d592d16
      Mark Otto authored
      add flex direction too
      5d592d16