1. 05 Oct, 2017 2 commits
  2. 03 Oct, 2017 1 commit
  3. 01 Oct, 2017 1 commit
  4. 27 Sep, 2017 1 commit
  5. 25 Sep, 2017 1 commit
  6. 20 Aug, 2017 4 commits
  7. 13 Aug, 2017 1 commit
  8. 30 Jun, 2017 2 commits
  9. 26 Jun, 2017 1 commit
  10. 19 Jun, 2017 1 commit
  11. 18 Jun, 2017 1 commit
  12. 15 Jun, 2017 1 commit
  13. 04 Jun, 2017 2 commits
  14. 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
  15. 09 Apr, 2017 1 commit
  16. 28 Mar, 2017 2 commits
  17. 25 Dec, 2016 1 commit
  18. 23 Dec, 2016 10 commits
  19. 22 Dec, 2016 1 commit
    • Mark Otto's avatar
      Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) · eb2e1102
      Mark Otto authored
      * remove the $enable-flex variable option
      
      * remove bootstrap-flex.css dist file and it's grunt task
      
      * remove the separate flex css file for docs; it's all the same now
      
      * remove flexbox docs (porting some to the main grid docs in next commit)
      
      * clean up few grid docs bits to simplify copy, start to mention flexbox
      
      * port relevant flexbox-grid.md content to grid.md
      
      - clean up mixins
      - update how it works section
      - bring over sizing and alignment sections
      
      * remove the $enable-flex from the options.md page
      
      * update lead paragraph to mention flexbox
      
      * update migration to mention loss of ie9 support
      
      * remove mention of flexbox dist file
      
      * clarify IE support
      
      * making a note
      
      * remove flexbox variant mentions from component docs
      
      - updates docs for media object, navs, list group, and cards to consolidate docs
      - no more need to callout flexbox variants since it's now the default
      
      * remove $enable-flex if/else from sass files
      
      * remove flex dist files
      
      * update scss lint property order to account for flex properties
      
      * linting
      
      * change to numberless classes for autosizing, wrap in highlighting div
      
      * bump gruntfile and postcss to ie10
      
      * redo intro sections
      
      * rearrange
      
      * phew, redo hella grid docs
      
      - rearrange all the things
      - consolidate some bits
      
      * remove reference to flexbox mode
      
      * more border action for demo
      
      * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
      eb2e1102
  20. 28 Nov, 2016 1 commit
  21. 12 Sep, 2016 1 commit
  22. 08 Sep, 2016 2 commits
    • Mark Otto's avatar
      v4: Card image fixes (#20667) · 07752bab
      Mark Otto authored
      * Add .img-fluid to card images in columns to ensure proper resizing
      * change that variable from regular value to variable
      * use calc to figure out a tighter border for card images
      07752bab
    • Mark Otto's avatar
      Fix #20654 by reverting #20447 (#20665) · 5713077b
      Mark Otto authored
      Cards must be inline-block in columns, otherwise they can get split across columns
      5713077b