1. 28 May, 2017 2 commits
  2. 26 May, 2017 1 commit
  3. 25 May, 2017 1 commit
    • Ayachii's avatar
      Fix 22643 - Readme links to vanished file (#22647) · 5fa262ad
      Ayachii authored
      * Fixed dead link to browser list
      
      The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link.
      
      * Updated label to display new file path
      
      Changed the labeling on the updated link to show read as the new updated file path.
      5fa262ad
  4. 14 May, 2017 1 commit
  5. 01 May, 2017 1 commit
    • Peter Gerdes's avatar
      Link to package.json Fixed · e00de465
      Peter Gerdes authored
      The link to package.json in the v4 docs was linking to package.json in the v3 source.  Fixed to point to the correct v4 location.  A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site).
      e00de465
  6. 27 Apr, 2017 1 commit
  7. 21 Apr, 2017 1 commit
  8. 16 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Rewrite getting started/accessibility docs · 7ffb61ac
      Patrick H. Lauke authored
      A long overdue rewrite of the accessibility section - instead of the few
      snippets of strangely superficial and out-of-context advice (skip links,
      use correct heading levels), this tries to answer some of the
      fundamental questions about "is Bootstrap accessible", with emphasis on
      the fact that the final result will depend in large part on what BS is
      applied to/on (since BS relies on the markup etc authored by
      developers). This also sets out our ambition to have things work for
      keyboard and assistive tech users, and that we strive to make all our
      examples etc accessible and semantic.
      
      * Changes based on @mdo's feedback
      7ffb61ac
  9. 28 Mar, 2017 1 commit
  10. 05 Mar, 2017 1 commit
    • Mark Otto's avatar
      Update spacer utilities (#22123) · ed1de867
      Mark Otto authored
      * Drop -x and -y as they're all the same
      - Also move -width to elsewhere in the vars because it makes no sense by spacers.
      - Update values of -x and -y across main Sass and docs Sass.
      * Update docs to reflect changes; link to spacing utils from options page
      ed1de867
  11. 27 Feb, 2017 1 commit
  12. 21 Jan, 2017 1 commit
    • Mark Otto's avatar
      Drop Normalize, port relevant parts to Reboot (#21741) · 4fa77494
      Mark Otto authored
      * Get this party started by removing mention of Normalize.css
      
      * Nuke the old comment, consolidate to a single line and number as appropriate
      
      * Bring over styles for HTML element from Normalize to Reboot
      
      * Move margin override for body element from Normalize to Reboot
      
      * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
      
      * Building on previous commit, do the same thing for figure, figcaption, and main
      
      * Remove IE9- display from Normalize given our browser support
      
      * Drop IE8 figure margin because we're IE10+
      
      * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
      
      * Drop Safari 6 b and strong normalization because we're Safari 8+
      
      * Remove mark styles for IE9- from Normalize
      
      * Remove old iOS audio fixes from Normalize
      
      * Remove IE9- display for progress from Normalize
      
      * Remove more IE9- rules from Normalize
      
      * One more IE9- display removal for canvas element
      
      * Move pre overrides from Normalize to Reboot
      
      * Move over some link resets to Reboot, drop others
      
      - Move over background-color and text-decoration
      - Drop focus outline change given it affects the offset on hover of
      focused links
      
      * Move over more code element resets, consolidate with pre overrides, too
      
      * Move over sub and sup wholesale
      
      * Move over img normalization to Reboot
      
      * Move over SVG override too
      
      * - Drop dupe hidden, but add comment for it
      - Move over template
      - Move over summary
      
      * Remove bulk of @viewport comment
      
      * edit down that code comment
      
      * consolidate html-based normalizations
      
      * update comments
      
      * Consolidate abbr styles
      
      * move over more type elements
      
      * move over hr changes
      
      * move over form controls and more
      
      * move over button resets
      
      * move over firefox button changes
      
      * move over search changes and more
      
      * we nuke all these styles for fieldsets anyway, so outright remove them
      
      * no need for those, we override them
      
      * move over legend, fieldset, progress
      
      * line break
      
      * delete normalize file
      
      * linting
      
      * update comment
      
      * clarify docs mentions of normalize and reboot
      
      * remove normalize excludes from linter
      
      * remove normalize excludes from cli task
      
      * linting
      
      * callout license since we forked part of normalize
      
      * Improve comments, move table background reset to .table class instead of in reboot
      
      * trailing space
      4fa77494
  13. 15 Jan, 2017 2 commits
  14. 06 Jan, 2017 1 commit
  15. 04 Jan, 2017 2 commits
  16. 03 Jan, 2017 1 commit
  17. 01 Jan, 2017 2 commits
  18. 31 Dec, 2016 3 commits
  19. 26 Dec, 2016 1 commit
  20. 25 Dec, 2016 1 commit
  21. 22 Dec, 2016 1 commit
    • Mark Otto's avatar
      Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) · eb2e1102
      Mark Otto authored
      * remove the $enable-flex variable option
      
      * remove bootstrap-flex.css dist file and it's grunt task
      
      * remove the separate flex css file for docs; it's all the same now
      
      * remove flexbox docs (porting some to the main grid docs in next commit)
      
      * clean up few grid docs bits to simplify copy, start to mention flexbox
      
      * port relevant flexbox-grid.md content to grid.md
      
      - clean up mixins
      - update how it works section
      - bring over sizing and alignment sections
      
      * remove the $enable-flex from the options.md page
      
      * update lead paragraph to mention flexbox
      
      * update migration to mention loss of ie9 support
      
      * remove mention of flexbox dist file
      
      * clarify IE support
      
      * making a note
      
      * remove flexbox variant mentions from component docs
      
      - updates docs for media object, navs, list group, and cards to consolidate docs
      - no more need to callout flexbox variants since it's now the default
      
      * remove $enable-flex if/else from sass files
      
      * remove flex dist files
      
      * update scss lint property order to account for flex properties
      
      * linting
      
      * change to numberless classes for autosizing, wrap in highlighting div
      
      * bump gruntfile and postcss to ie10
      
      * redo intro sections
      
      * rearrange
      
      * phew, redo hella grid docs
      
      - rearrange all the things
      - consolidate some bits
      
      * remove reference to flexbox mode
      
      * more border action for demo
      
      * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
      eb2e1102
  22. 30 Nov, 2016 1 commit
  23. 29 Nov, 2016 1 commit
  24. 27 Nov, 2016 1 commit
  25. 25 Nov, 2016 1 commit
  26. 08 Nov, 2016 1 commit
  27. 01 Nov, 2016 1 commit
  28. 25 Oct, 2016 1 commit
  29. 24 Oct, 2016 1 commit
  30. 10 Oct, 2016 3 commits
  31. 03 Oct, 2016 2 commits
    • Bardi Harborow's avatar
    • Mark Otto's avatar
      v4: Social meta tags (#20825) · 7bf868a7
      Mark Otto authored
      * descriptions for getting started pages
      
      * descriptions for layout
      
      * add content page descriptions
      
      * more descriptions, updates to some existing ones
      
      * correct site url
      
      * add social stuff to config for twitter cards
      
      * add twitter meta tags; use large image for homepage and regular card for all others
      
      * add the assets
      
      * more site config
      
      * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
      7bf868a7