1. 21 Jul, 2016 1 commit
  2. 17 Jul, 2016 1 commit
  3. 13 Jun, 2016 1 commit
  4. 13 May, 2016 1 commit
  5. 12 May, 2016 1 commit
  6. 11 May, 2016 2 commits
    • Mark Otto's avatar
    • Mark Otto's avatar
      Unfuck those split button dropdowns · fda92d02
      Mark Otto authored
      - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
      - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
      - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
      fda92d02
  7. 10 May, 2016 1 commit
  8. 09 May, 2016 6 commits
  9. 08 May, 2016 3 commits
  10. 15 Apr, 2016 1 commit
  11. 10 Apr, 2016 1 commit
  12. 09 Apr, 2016 2 commits
  13. 06 Apr, 2016 2 commits
  14. 02 Apr, 2016 1 commit
  15. 11 Mar, 2016 2 commits
  16. 10 Mar, 2016 1 commit
  17. 07 Mar, 2016 1 commit
  18. 25 Feb, 2016 1 commit
  19. 19 Feb, 2016 5 commits
  20. 17 Feb, 2016 1 commit
  21. 16 Feb, 2016 1 commit
  22. 11 Feb, 2016 2 commits
  23. 09 Feb, 2016 2 commits
    • Mark Otto's avatar
      Update form validation docs · 4972f877
      Mark Otto authored
      - Give some guidance on when someone might use any of the three
      validation states. Fixes #18702.
      
      - Improve the examples to provide examples of supporting validation
      text with the new `.form-control-feedback`, as well as always-present
      help text. Nullifies #18704.
      4972f877
    • Mark Otto's avatar
      clarify help text class in docs · 5744c585
      Mark Otto authored
      5744c585