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. 15 May, 2013 1 commit
    • Mark Otto's avatar
      Overhaul form control and button sizing, and some type styles · 28a081cb
      Mark Otto authored
      * New padding approach with separate horizontal and vertical padding
      variables
      * Improved sizing in large and small buttons and form controls
      * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and
      holy fuck those were small buttons)
      * Dropped the `.pagination-mini` as well because once again, to hell
      with such small components
      * Changed `@line-height-headings` to `@headings-line-height`
      * Removed the `@headings-font-family` because it was honestly kind of
      useless
      28a081cb
  3. 10 May, 2013 1 commit
    • 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
  4. 22 Apr, 2013 1 commit
  5. 20 Apr, 2013 1 commit
  6. 31 Mar, 2013 2 commits
  7. 30 Mar, 2013 3 commits
  8. 27 Mar, 2013 2 commits
  9. 17 Mar, 2013 2 commits
    • Simon Boudrias's avatar
      Remove `text-rendering` · cae90f30
      Simon Boudrias authored
      cae90f30
    • Mark Otto's avatar
      Exploring rems as font-size unit · 6012d822
      Mark Otto authored
      * Added a new mixin to calculate rems and pixels for IE fallback
      * Updated the body, p, and .lead elements to use the new .font-size() mixin
      * New mixin has default value of 14px or 1.4rem
      * Still needs exploration, and change this means lots of work rejiggering margins and line-heights
      * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
      6012d822
  10. 15 Mar, 2013 2 commits
  11. 06 Mar, 2013 1 commit
  12. 05 Feb, 2013 1 commit
  13. 01 Feb, 2013 1 commit
  14. 20 Jan, 2013 1 commit
  15. 16 Jan, 2013 3 commits
  16. 15 Jan, 2013 1 commit
  17. 12 Jan, 2013 1 commit
  18. 10 Jan, 2013 1 commit
  19. 02 Jan, 2013 1 commit
    • Patrick H. Lauke's avatar
      Basic keyboard accessibility CSS tweaks · 848ca6e3
      Patrick H. Lauke authored
      Mostly doubling-up :hover styles to also cover :focus, as a first step
      to making the framework more keyboard-friendly.
      Additionally, fixed two small markup issues in the docs/examples to
      make the "Learn more" large primary button-styled links
      keyboard-focusable (as without href they're treated as non-tabable
      anchors).
      848ca6e3
  20. 26 Dec, 2012 1 commit
  21. 10 Dec, 2012 1 commit
  22. 30 Nov, 2012 5 commits
  23. 04 Nov, 2012 3 commits
  24. 31 Oct, 2012 1 commit
  25. 26 Oct, 2012 1 commit
  26. 03 Oct, 2012 1 commit