1. 02 Feb, 2017 1 commit
  2. 26 Jan, 2017 2 commits
  3. 25 Jan, 2017 2 commits
  4. 24 Jan, 2017 8 commits
  5. 23 Jan, 2017 3 commits
  6. 22 Jan, 2017 4 commits
  7. 21 Jan, 2017 8 commits
    • Mark Otto's avatar
      Drop Normalize, port relevant parts to Reboot (#21741) · 4fa77494
      Mark Otto authored
      * Get this party started by removing mention of Normalize.css
      
      * Nuke the old comment, consolidate to a single line and number as appropriate
      
      * Bring over styles for HTML element from Normalize to Reboot
      
      * Move margin override for body element from Normalize to Reboot
      
      * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
      
      * Building on previous commit, do the same thing for figure, figcaption, and main
      
      * Remove IE9- display from Normalize given our browser support
      
      * Drop IE8 figure margin because we're IE10+
      
      * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
      
      * Drop Safari 6 b and strong normalization because we're Safari 8+
      
      * Remove mark styles for IE9- from Normalize
      
      * Remove old iOS audio fixes from Normalize
      
      * Remove IE9- display for progress from Normalize
      
      * Remove more IE9- rules from Normalize
      
      * One more IE9- dis...
      4fa77494
    • Mark Otto's avatar
      grunt · 0220d8b7
      Mark Otto authored
      0220d8b7
    • Mark Otto's avatar
    • Pierre Vanduynslager's avatar
      Fix container within navbar on smallest breakpoint (#21722) · 9cf23550
      Pierre Vanduynslager authored
      * Make container in navbar to occupy full width even on smallest breakpoint
      
      * Fix typo in comment
      
      * Apply fix only on smaller breakpoint
      
      * drop the comment as chrome doesn't have a bug here
      9cf23550
    • Mark Otto's avatar
      Progress line height (#21805) · eb361fa6
      Mark Otto authored
      * remove obvi comments
      
      * proper fix for #21801
      
      - ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values
      - we can't use flexbox here because the inner text of an element doesn't count as a flex item
      eb361fa6
    • Gijs Boddeus's avatar
      fix segmented buttons (#21716) · 12b22eba
      Gijs Boddeus authored
      * fix segmented buttons
      
      changed flex-direction to row
      centering is now done by align-items instead of justify-content
      
      this way there is no need for flex property on the .btn inside .btn-group
      
      * Update _input-group.scss
      12b22eba
    • Dmytro Yarmak's avatar
    • Mark Otto's avatar
      remove pretty obvi comments · 9f7ce09f
      Mark Otto authored
      9f7ce09f
  8. 18 Jan, 2017 2 commits
  9. 16 Jan, 2017 10 commits