1. 03 Jun, 2013 1 commit
  2. 02 Jun, 2013 2 commits
    • Mark Otto's avatar
    • Mark Otto's avatar
      Grid updates · 19d07266
      Mark Otto authored
      - Removed mixins for generating grid classes
      - Thus, we manually declare every grid class, from 1-11 (12th unit is
      excluded as that's the same as no grid columns)
      - No more need for `.col` base class (yay!)
      - Negative indent the rows at tablets and above once again (ugh, still
      working through this part)
      - Add support for `.col-md` for tablet-specific grid columns
      - Still need to figure out offsets, pushes, and pulls on other
      devices—right now only available on desktop
      19d07266
  3. 25 May, 2013 1 commit
    • Mark Otto's avatar
      Gradients refactor · 60575dfb
      Mark Otto authored
      * Add start and end support to the horizontal gradient as well
      * Change all variables from camelCase to use-dashes
      * Better comments in the gradients mixins area
      * Update current uses of gradients in dropdowns and carousel to specify only two values by direct assignment of variables
      60575dfb
  4. 24 May, 2013 2 commits
  5. 20 May, 2013 2 commits
  6. 17 May, 2013 6 commits
  7. 16 May, 2013 1 commit
  8. 15 May, 2013 5 commits
  9. 14 May, 2013 1 commit
  10. 12 May, 2013 5 commits
  11. 04 Dec, 2013 1 commit
  12. 11 May, 2013 2 commits
  13. 10 May, 2013 3 commits
    • Mark Otto's avatar
      Font-size and line-height tweaks · 76ecfdfd
      Mark Otto authored
      * Use 1.428 for line-height instead of 1.5
      * Use  function for full pixel values instead of decimals
      76ecfdfd
    • Mark Otto's avatar
      remove duplicate text scaling · dbbd48f7
      Mark Otto authored
      dbbd48f7
    • Mark Otto's avatar
      Unitless line-height · 6fba68eb
      Mark Otto authored
      * Instead of 20px as @line-height-base, use 1.5
      * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding
      * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
      6fba68eb
  14. 09 May, 2013 8 commits