1. 06 Apr, 2016 2 commits
  2. 19 Feb, 2016 2 commits
    • Russell Beye's avatar
      Document .pos-f-t utility class; fixes #18494 · e91c9e28
      Russell Beye authored
      Add documentation to components/utilities to publicly expose the
      .pos-f-t utility class to users.
      
      Closes #18799
      [skip sauce]
      e91c9e28
    • Tobias's avatar
      Document the possibility of extending the $spacers map · bf734252
      Tobias authored
      It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
      Example:
      ```
      $spacers: (
        0: (
          x:   0,
          y:   0
        ),
        1: (
          x:   $spacer-x,
          y:   $spacer-y
        ),
        2: (
          x:   ($spacer-x * 1.5),
          y:   ($spacer-y * 1.5)
        ),
        3: (
          x:   ($spacer-x * 3),
          y:   ($spacer-y * 3)
        ),
        4: (
          x:   ($spacer-x * 5),
          y:   ($spacer-y * 5)
        )
      );
      ```
      
      Closes #18706
      [skip sauce]
      bf734252
  3. 17 Feb, 2016 1 commit
  4. 07 Feb, 2016 1 commit
  5. 06 Feb, 2016 1 commit
    • Mark Otto's avatar
      Drop .center-block for .m-x-auto · c59dbe56
      Mark Otto authored
      - Both classes do about the same thing, but with different names
      - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work
      - Add missing heading for clearfix section in docs (unrelated)
      c59dbe56
  6. 15 Jan, 2016 1 commit
  7. 23 Dec, 2015 3 commits
  8. 12 Dec, 2015 1 commit
  9. 08 Dec, 2015 3 commits
  10. 07 Dec, 2015 2 commits
  11. 27 Nov, 2015 1 commit
  12. 24 Nov, 2015 1 commit
  13. 23 Nov, 2015 1 commit
    • Chris Rebert's avatar
      Remove non-responsive text alignment classes · ade2ab13
      Chris Rebert authored
      These can be replaced by their `.text-xs-*` parallels.
      This also avoids any complications from interactions between the responsive and non-responsive classes.
      (e.g. `<div class="text-left text-md-right">`)
      
      Refs #18300
      [skip sauce]
      ade2ab13
  14. 15 Nov, 2015 1 commit
  15. 13 Nov, 2015 1 commit
  16. 27 Oct, 2015 1 commit
  17. 15 Oct, 2015 2 commits
  18. 12 Oct, 2015 1 commit
  19. 24 Sep, 2015 2 commits
  20. 07 Sep, 2015 1 commit
  21. 26 Aug, 2015 1 commit
  22. 23 Aug, 2015 2 commits
  23. 21 Aug, 2015 1 commit
  24. 15 Aug, 2015 1 commit
    • Mark Otto's avatar
      Massive cleanup · c064eef6
      Mark Otto authored
      - Simpler main nav on all pages
      - Back to purple masthead on homepage instead of dark graphite
      - Active link styles on the main nav
      - Cleaned up sidebar nav
      - New docs layout name
      - Homepage copy edits
      - Updated bright purple docs color
      c064eef6
  25. 14 Aug, 2015 1 commit
  26. 06 Aug, 2015 1 commit
  27. 18 Jun, 2015 1 commit
  28. 01 Jun, 2015 1 commit
  29. 29 May, 2015 2 commits