aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22dedupe idsMark Otto1-4/+4
2016-12-22update justified nav to use justified navbar; remove safari bug warning ↵Mark Otto2-87/+42
given flexbox implementation
2016-12-22fix carousel navbarMark Otto1-16/+20
2016-12-22fix sticky footer example navbarMark Otto1-30/+21
2016-12-22fix up navbar top and fixed top examplesMark Otto2-18/+40
2016-12-22redo album navbar with new stylesMark Otto2-43/+18
2016-12-22make more examples responsiveMark Otto1-57/+71
2016-12-22remove now unneeded collapse sectionMark Otto1-50/+0
2016-12-22fix colorsMark Otto1-2/+2
2016-12-22override pos-f-t in examplesMark Otto1-0/+9
2016-12-22add responsive behaviors sectionMark Otto1-0/+78
2016-12-22update responsive behavior in demoMark Otto1-2/+3
2016-12-22unique idsMark Otto2-18/+10
2016-12-22rearrange examples, go center nav only instead of trying to hack centered ↵Mark Otto1-30/+46
with siblings
2016-12-22nukeMark Otto1-223/+0
2016-12-22move and consolidate navbar examples, fix em upMark Otto4-74/+180
2016-12-22make supported content example responsiveMark Otto1-23/+27
2016-12-22no more .navbar-fullMark Otto1-1/+1
2016-12-22no need for this; we have max-width 100% on them nowMark Otto1-5/+0
2016-12-22more navbar docs changesMark Otto1-1/+5
2016-12-22cleanup navbar docs for flex changesMark Otto1-39/+27
2016-12-22remove .navbar-container; just need .navbar nowMark Otto1-107/+95
2016-12-22flexbox this thingMark Otto1-43/+10
- drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space
2016-12-22spacingMark Otto1-16/+16
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