1. 07 Nov, 2013 3 commits
  2. 14 Oct, 2013 2 commits
  3. 20 Sep, 2013 1 commit
  4. 09 Sep, 2013 1 commit
  5. 08 Sep, 2013 1 commit
  6. 28 Aug, 2013 1 commit
  7. 23 Aug, 2013 2 commits
  8. 21 Aug, 2013 1 commit
  9. 19 Aug, 2013 2 commits
  10. 17 Aug, 2013 1 commit
  11. 14 Aug, 2013 1 commit
  12. 06 Aug, 2013 1 commit
  13. 25 Jul, 2013 1 commit
  14. 24 Jul, 2013 1 commit
  15. 23 Jul, 2013 1 commit
    • Mark Otto's avatar
      Drop rounded corners on `.table-bordered` · 4cec956e
      Mark Otto authored
      * Cuts  close to 100 lines of CSS from the table CSS
      * File size aside, this drastically simplifies CSS for folks looking to
      build on top of the `.table-bordered` option as a starting point
      4cec956e
  16. 18 Jul, 2013 2 commits
  17. 05 Jul, 2013 1 commit
  18. 02 Jul, 2013 1 commit
  19. 01 Jul, 2013 1 commit
  20. 23 Jun, 2013 1 commit
  21. 10 May, 2013 1 commit
  22. 03 May, 2013 1 commit
  23. 19 Apr, 2013 1 commit
  24. 15 Apr, 2013 2 commits
  25. 01 Apr, 2013 2 commits
  26. 30 Mar, 2013 1 commit
  27. 27 Mar, 2013 1 commit
  28. 18 Mar, 2013 1 commit
  29. 17 Mar, 2013 1 commit
  30. 14 Mar, 2013 1 commit
  31. 01 Mar, 2013 1 commit
  32. 08 Feb, 2013 1 commit
    • Mark Otto's avatar
      Fixes #6837: Enable text alignment utility classes on tables · 3eed90c1
      Mark Otto authored
      * Removes text-align from td elements (no need to set that one)
      * Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults
      * Removes font-weight: bold; from th while we're at it since that's browser default already
      3eed90c1