1. 26 Jul, 2016 1 commit
  2. 24 Jul, 2016 1 commit
    • Mark Otto's avatar
      Follow-up to #19099 for grid fixes · a8879c8f
      Mark Otto authored
      - Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col')
      - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding
      - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
      a8879c8f
  3. 20 Jul, 2016 1 commit
  4. 12 Jul, 2016 1 commit
  5. 13 Jun, 2016 1 commit
  6. 24 Apr, 2016 2 commits
  7. 08 Feb, 2016 1 commit
  8. 06 Feb, 2016 10 commits
  9. 13 Dec, 2015 1 commit
  10. 12 Dec, 2015 1 commit
  11. 09 Dec, 2015 1 commit
  12. 08 Dec, 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. 27 Sep, 2015 2 commits
    • Michael Käufl's avatar
      Filled leftover placeholder · b7bdde3d
      Michael Käufl authored
      b7bdde3d
    • Gleb Mazovetskiy's avatar
      Change grid and container sizes to px · eabed0ed
      Gleb Mazovetskiy authored
      Changes grid and container sizes to `px`, as the
      viewport pixel size does not depend on the font size.
      
      The actual em values were inconsistent with the docs,
      while the docs were not the same as the comments:
      
      * `sm` breakpoint was 34em (544px) not 480px.
      * `lg` container max-width was 60rem (960px), less gutter than `md`.
        Changed to 940px, same as Bootstrap 3.
      * `xl` container max-width was 72.25rem which is 1140px not 1156px.
        Changed to 1140px matching the comment but not the docs.
      
      Addresses #17070 and #17388.
      eabed0ed
  15. 07 Sep, 2015 1 commit
  16. 24 Aug, 2015 2 commits
  17. 23 Aug, 2015 1 commit
  18. 21 Aug, 2015 4 commits
  19. 20 Aug, 2015 2 commits
  20. 18 Aug, 2015 1 commit
  21. 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
  22. 11 Aug, 2015 1 commit
  23. 10 Aug, 2015 2 commits