1. 18 Oct, 2017 1 commit
  2. 04 Oct, 2017 1 commit
  3. 26 Sep, 2017 1 commit
    • XhmikosR's avatar
      Normalize all links. (#24109) · 31c87219
      XhmikosR authored
      * use a trailing slash when possible
      * use https when possible
      * remove a few redirected links
      * consistently use `https://popper.js.org/`
      * fix `iconUrl` in nuget files
      * change Jekyll Windows guide to the official one
      31c87219
  4. 17 Sep, 2017 1 commit
  5. 04 Sep, 2017 1 commit
  6. 02 Jul, 2017 1 commit
  7. 30 Jun, 2017 5 commits
  8. 26 Jun, 2017 1 commit
  9. 18 Jun, 2017 1 commit
  10. 15 Jun, 2017 1 commit
  11. 30 May, 2017 2 commits
  12. 28 May, 2017 1 commit
  13. 28 Mar, 2017 1 commit
    • Mark Otto's avatar
      Card image fixes (#22288) · fe3acc09
      Mark Otto authored
      * fix image stretching due to flexbox
      * fix broke text-muted on dark bg
      * no img-fluid needed
      fe3acc09
  14. 18 Mar, 2017 1 commit
  15. 05 Jan, 2017 1 commit
  16. 03 Jan, 2017 1 commit
  17. 02 Jan, 2017 1 commit
  18. 23 Dec, 2016 12 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. 05 Dec, 2016 1 commit
  21. 28 Nov, 2016 1 commit
    • Mark Otto's avatar
      Inverse card improvements (#21242) · 2f9a94ca
      Mark Otto authored
      * Add a color to .card-inverse to account for non .card- prefixed classes
      
      * reword the docs to better articulate what the class does
      2f9a94ca
  22. 27 Nov, 2016 1 commit
  23. 08 Nov, 2016 1 commit
  24. 01 Nov, 2016 1 commit
    • Mark Otto's avatar
      Responsive display utilities (#20934) · ffaad0a8
      Mark Otto authored
      * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name
      * make floats use the same format, add float-none mixin
      ffaad0a8