1. 23 Dec, 2016 36 commits
  2. 22 Dec, 2016 4 commits
    • Mark Otto's avatar
      linting · 736be8fc
      Mark Otto authored
      736be8fc
    • Mark Otto's avatar
      135b65de
    • Mark Otto's avatar
      Redo controls in flexbox · be7a8c68
      Mark Otto authored
      - Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here.
      
      - No more position, left, right, or margins involved; just some justify-content and align-items.
      
      - Add some comments for explaining which flex property-value pair does what.
      
      - Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.
      be7a8c68
    • Mark Otto's avatar
      flexbox powered indicators · 1706f494
      Mark Otto authored
      This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
      1706f494