1. 02 Jun, 2013 1 commit
    • 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
  2. 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
  3. 21 May, 2013 2 commits
  4. 17 May, 2013 2 commits
  5. 10 May, 2013 2 commits
  6. 08 May, 2013 1 commit
    • Mark Otto's avatar
      Require .btn-default for regular buttons · d7f84d12
      Mark Otto authored
      * Instead of , use  for standard, gray button
      * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes
      * Updates docs to reflect the change
      * Reorganize buttons CSS
      d7f84d12
  7. 30 Apr, 2013 1 commit
  8. 27 Apr, 2013 1 commit
  9. 24 Apr, 2013 1 commit
  10. 22 Apr, 2013 1 commit
  11. 20 Apr, 2013 1 commit
  12. 18 Apr, 2013 1 commit
  13. 03 Apr, 2013 1 commit
  14. 02 Apr, 2013 1 commit
  15. 01 Apr, 2013 2 commits
  16. 30 Mar, 2013 1 commit
  17. 27 Mar, 2013 1 commit
  18. 23 Mar, 2013 1 commit
  19. 17 Mar, 2013 3 commits
  20. 16 Mar, 2013 2 commits
    • Mark Otto's avatar
      Use form elements in checkbox and radio button groups · efbf8373
      Mark Otto authored
      * Uses .btn on label elements with nested checkbox and radio controls within
      * Updated examples to reflect change in HTML and CSS
      * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state)
      * Still needs JavaScript plugin updated by @fat
      efbf8373
    • Mark Otto's avatar
      Overhaul the grid system and its docs · bb38fa52
      Mark Otto authored
      * Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot)
      * Drop the @grid-row-width and @grid-column-width variables
      * Add the @grid-float-breakpoint variable, as used in Preboot
      * Add support for .push* and .pull* classes for column ordering manipulation
      * Document all the things
      bb38fa52
  21. 06 Mar, 2013 1 commit
  22. 04 Mar, 2013 1 commit
  23. 01 Mar, 2013 1 commit
  24. 12 Feb, 2013 1 commit
  25. 08 Feb, 2013 1 commit
  26. 06 Feb, 2013 1 commit
  27. 03 Feb, 2013 1 commit
    • Mark Otto's avatar
      Revamp button mixins and pseudo states · 9480eb89
      Mark Otto authored
      * Remove .darken-button-states and .buttonBackground mixins (latter wasn't being used anyway)
      * Create new .btn-pseudo-states mixin for setting button background and border colors for default and pseudo states
      9480eb89
  28. 02 Feb, 2013 2 commits
  29. 24 Jan, 2013 1 commit
  30. 17 Jan, 2013 2 commits
  31. 16 Jan, 2013 1 commit