1. 17 Jun, 2013 1 commit
    • Mark Otto's avatar
      Better base `ul` and `ol` styles · 731cbb30
      Mark Otto authored
      Turns out we were nixing the default browser spacing for bullets and
      numbers, so this reverts that and instead just twerks the top/bottom
      `margin`.
      731cbb30
  2. 16 Jun, 2013 2 commits
  3. 15 Jun, 2013 1 commit
  4. 08 Jun, 2013 1 commit
    • Mark Otto's avatar
      Another grid update · 441bbe19
      Mark Otto authored
      * Update docs to include table of grid levels and behaviors
      * Change from .col-md to .col-sm to match existing size variables we use elsewhere
      * Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid
      * Combine responsive .container breakpoints with grid breakpoints in grid.less
      * Other misc docs updates
      441bbe19
  5. 07 Jun, 2013 1 commit
  6. 04 Jun, 2013 1 commit
  7. 03 Jun, 2013 1 commit
  8. 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
  9. 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
  10. 24 May, 2013 2 commits
  11. 20 May, 2013 2 commits
  12. 17 May, 2013 6 commits
  13. 16 May, 2013 1 commit
  14. 15 May, 2013 5 commits
  15. 14 May, 2013 1 commit
  16. 12 May, 2013 5 commits
  17. 04 Dec, 2013 1 commit
  18. 11 May, 2013 2 commits
  19. 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
  20. 09 May, 2013 1 commit