aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22exploring table based navbar againMark Otto1-0/+268
2016-12-22follow up to #21393: clarify progress docs browser support and remove ie9 ↵Mark Otto1-14/+1
section
2016-12-22gruntMark Otto7-66/+6
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow3-7/+1
2016-12-21gruntMark Otto2-2/+2
2016-12-21gruntMark Otto16-9396/+1435
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto22-642/+484
* 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
2016-12-20update docs to use .mt-1 on floated labels; clarify docs for guidanceMark Otto1-5/+5
2016-12-20gruntMark Otto9-7/+9
2016-12-20remove .mb-0 from static form controls to follow up #21270Mark Otto1-3/+3
2016-12-19gruntMark Otto10-63/+63
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto4-14/+14
Starsam80-fix-20982
2016-12-19Rename _animation.scss to _transitions.scss (#21370)Mark Otto1-1/+1
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
2016-12-19gruntMark Otto13-83/+83
2016-12-19Fix typo in migration docs: card-title is replacing panel-title (#21331)Geoffrey Tisserand1-1/+1
2016-12-19Add 'system-ui' to font stack.Bardi Harborow1-1/+3
2016-12-19Remove mention of popovers auto placement + add note to migration docsJohann-S2-1/+5
2016-12-10clarify thatMark Otto1-1/+1
2016-12-10gruntMark Otto8-6/+8
2016-12-07gruntMark Otto10-324/+222
2016-12-07Fix tabs by using new classesStarsam801-3/+3
2016-12-07Rename `.active` to `.show`Starsam803-11/+11
2016-12-05Merge pull request #21298 from twbs/carouselMark Otto4-62/+109
Refactor carousel
2016-12-05typoMark Otto1-1/+1
2016-12-04drop the .carousel-control base classMark Otto3-7/+7
2016-12-04update migration docsMark Otto1-1/+8
2016-12-04redo the carousel example to matchMark Otto2-23/+15
2016-12-04rename once moreMark Otto1-8/+8
2016-12-04rename in docsMark Otto1-2/+2
2016-12-04Merge branch 'v4-dev' into carouselMark Otto62-1219/+1330
2016-12-04move multiple carousels section up, add responsive classes there, reformat ↵Mark Otto1-29/+18
some stuff
2016-12-04break up example into three separate examples to show flexibilityMark Otto1-7/+62
2016-12-04clear up docs introMark Otto1-1/+5
2016-12-04update left/right classes on controls and add img classesMark Otto1-5/+5
2016-12-04Remove `.float-left` from card header nav (#21292)Starsam801-3/+3
2016-12-04Fix A11yUserVoice bugify rendering. (#21282)Bardi Harborow1-1/+1
2016-12-04Remove duplicate jQuery browser bug link. (#21283)Bardi Harborow1-2/+0
2016-12-04Documentation navigation fixes. (#21288)Bardi Harborow2-11/+9
* Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected.
2016-12-02Remove Wall of Browser Bugs entry for #14975Chris Rebert1-10/+0
https://webkit.org/b/150079 has been fixed! Refs #14975 [ci skip]
2016-12-02https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691Chris Rebert1-1/+1
So update the Wall of Browser Bugs entry accordingly. [ci skip]
2016-12-02Remove Chrome entry for position:sticky from Most Wanted Features listChris Rebert1-10/+0
It's shipping in Chrome 56: https://bugs.chromium.org/p/chromium/issues/detail?id=231752 [ci skip]
2016-12-02gruntMark Otto8-20/+62
2016-12-02Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262)Chris Rebert1-14/+0
The relevant bug has been fixed in Firefox 53: https://bugzilla.mozilla.org/show_bug.cgi?id=504622
2016-11-30Remove https://bugzil.la/504622 from Wall of Browser Bugs (#21260)Chris Rebert1-10/+0
It's fixed in Firefox 53! Yay! Refs #12359 [ci skip]
2016-11-30Remove .btn-outline-inverseysds1-1/+1
2016-11-30Remove .btn-outlineysds2-7/+7
2016-11-29gruntMark Otto12-36/+15
2016-11-28Add Wall of Browser Bugs entry for #21092Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994 Refs #21092 [ci skip]
2016-11-28docs/_data/browser-bugs.yml: Fix orderingChris Rebert1-10/+10
[ci skip]
2016-11-28Add Wall of Browser Bugs entry for #20759Chris Rebert1-0/+10
Refs https://bugs.webkit.org/show_bug.cgi?id=162362 Closes #20759 [ci skip]