1. 17 Jun, 2014 1 commit
  2. 17 Mar, 2014 1 commit
  3. 07 Mar, 2014 2 commits
  4. 05 Mar, 2014 1 commit
  5. 07 Feb, 2014 3 commits
  6. 29 Dec, 2013 1 commit
  7. 07 Dec, 2013 1 commit
    • Mark Otto's avatar
      Contextual list group cleanup · 07de53c6
      Mark Otto authored
      * Adds nav link to sidebar for contextual classes
      * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes
      * Adds default and linked variations to example in docs
      07de53c6
  8. 01 Sep, 2013 1 commit
  9. 27 Aug, 2013 1 commit
    • Mark Otto's avatar
      Fixes #10082: document `.navbar-form` · 2f2ce15e
      Mark Otto authored
      * Adds new section to navbar docs with example
      * Updates example classes for all collapsing navbars so their numbers
      increment as you scroll
      2f2ce15e
  10. 19 Aug, 2013 3 commits
  11. 18 Aug, 2013 2 commits
  12. 16 Aug, 2013 2 commits
  13. 13 Aug, 2013 1 commit
    • Mark Otto's avatar
      Navbar refactor · 8bb7def2
      Mark Otto authored
      * Now responsive by default (fits better with mobile-first approach)
      * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle`
      for proper mobile display.
      * Changed `.nav-collapse` to `.navbar-collapse`
      * Simplified examples in docs
      8bb7def2
  14. 12 Aug, 2013 2 commits
    • Mark Otto's avatar
      Newfangled input and button group sizing (fixes #9295) · a78c8d9c
      Mark Otto authored
      Instead of applying `.btn-` or `.input-` to individual elements in
      button and input groups, we now have new sizing classes to keep your
      markup a little leaner.
      
      * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to
      replicate `.input-sm` and `.input-lg`, respectively.
      * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your
      `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`,
      respectively.
      
      Both sets of new sizing classes simply use the existing individual
      sizing classes as mixins, so customization of them is automatically
      inherited when compiling.
      a78c8d9c
    • Mark Otto's avatar
      fixes #9310: alerts aren't dismissable by default, now requires... · 6dbf5882
      Mark Otto authored
      fixes #9310: alerts aren't dismissable by default, now requires .alert-dismissable if you need a close button
      6dbf5882
  15. 05 Aug, 2013 1 commit
  16. 02 Aug, 2013 1 commit
  17. 01 Aug, 2013 1 commit
  18. 28 Jul, 2013 1 commit
    • Mark Otto's avatar
      Input groups overhaul · b281ad64
      Mark Otto authored
      * Moves input groups CSS into separate file
      * Moves input groups docs into the Components page
      * Add support for radios and checkboxes in input groups to fix #8679
      b281ad64
  19. 19 Jul, 2013 1 commit
  20. 18 Jul, 2013 1 commit
    • Mark Otto's avatar
      Drop `.nav-header` for `.dropdown-header` · e57758cb
      Mark Otto authored
      * Since we no longer have `.nav-list`, I've nuked the `.nav-header`
      * However, dropdowns can still have section headings, so I've kept that
      around with the addition of `.dropdown-header`
      * Restyled it a smidge as well
      e57758cb
  21. 09 Jul, 2013 1 commit
    • Julian Thilo's avatar
      Dustin the docs again · 88d76e38
      Julian Thilo authored
      * Fix alllll the links!
      * Change all `*.js` in JS plugin docs (no mo `bootstrap-`)
      * Fully remove `tr.info`
      * Bring nav includes up to date
      88d76e38
  22. 28 Jun, 2013 2 commits
  23. 17 May, 2013 1 commit
    • Mark Otto's avatar
      Change up link alerts · 9762f95b
      Mark Otto authored
      * No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color
      * Adds .alert-link for easy styling in any alert
      9762f95b
  24. 09 May, 2013 2 commits
    • Mark Otto's avatar
      subnav for icons section · 7a7971d6
      Mark Otto authored
      7a7971d6
    • Mark Otto's avatar
      Super massive docs overhaul · edb733eb
      Mark Otto authored
      * Bring back the navbar up top
      * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy
      * Recenter the page content and bring back affixed side nav (needs work)
      edb733eb