1. 04 Feb, 2016 1 commit
    • Mark Otto's avatar
      Redo line-height globally · ba37c376
      Mark Otto authored
      - Rename -height to -height-base to match other vars
      - Drop use of -height across the board and rely on it to be inherited
      - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
      ba37c376
  2. 17 Jan, 2016 8 commits
  3. 15 Jan, 2016 1 commit
  4. 14 Jan, 2016 2 commits
  5. 09 Jan, 2016 5 commits
  6. 07 Jan, 2016 5 commits
  7. 06 Jan, 2016 9 commits
  8. 05 Jan, 2016 1 commit
  9. 24 Dec, 2015 1 commit
    • Chris Rebert's avatar
      Refactor Breadcrumbs component · 76a4c303
      Chris Rebert authored
      Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
      so as to no longer require the usage of `<ol>`-based markup.
      
      Rename variables to follow naming conventions:
      * $breadcrumb-padding-vertical => $breadcrumb-padding-y
      * $breadcrumb-padding-horizontal => $breadcrumb-padding-x
      
      Introduce new variable: $breadcrumb-item-padding
      
      [skip sauce]
      76a4c303
  10. 21 Dec, 2015 2 commits
  11. 08 Dec, 2015 5 commits