1. 20 Sep, 2013 1 commit
  2. 09 Sep, 2013 1 commit
  3. 08 Sep, 2013 1 commit
  4. 28 Aug, 2013 1 commit
  5. 23 Aug, 2013 2 commits
  6. 21 Aug, 2013 1 commit
  7. 19 Aug, 2013 2 commits
  8. 17 Aug, 2013 1 commit
  9. 14 Aug, 2013 1 commit
  10. 06 Aug, 2013 1 commit
  11. 25 Jul, 2013 1 commit
  12. 24 Jul, 2013 1 commit
  13. 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
  14. 18 Jul, 2013 2 commits
  15. 05 Jul, 2013 1 commit
  16. 02 Jul, 2013 1 commit
  17. 01 Jul, 2013 1 commit
  18. 23 Jun, 2013 1 commit
  19. 10 May, 2013 1 commit
  20. 03 May, 2013 1 commit
  21. 19 Apr, 2013 1 commit
  22. 15 Apr, 2013 2 commits
  23. 01 Apr, 2013 2 commits
  24. 30 Mar, 2013 1 commit
  25. 27 Mar, 2013 1 commit
  26. 18 Mar, 2013 1 commit
  27. 17 Mar, 2013 1 commit
  28. 14 Mar, 2013 1 commit
  29. 01 Mar, 2013 1 commit
  30. 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
  31. 18 Jan, 2013 1 commit
  32. 12 Jan, 2013 3 commits
  33. 08 Dec, 2012 1 commit
    • Mark Otto's avatar
      Fixes #5729: Nested striped tables · 9376a7c2
      Mark Otto authored
      * Scopes striping to immediate children of the tbody and tr
      * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
      9376a7c2