aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22make sure all nav demos for the navbar are using toggleable-* classes for ↵Mark Otto1-50/+87
proper responsive styles
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-22removeMark Otto1-2/+0
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-22Fix vertical alignment a bitMark Otto1-0/+2
2016-12-22move all nav link and collapse and container behaviors to the toggleable ↵Mark Otto1-26/+24
class generation area; this way the .navbar-toggleable-* goes on .navbar, easily affecting everything that needs updating for each breakpoint's use
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-22move flex to navbar container only; otherwise it affects things negatively ↵Mark Otto2-2/+1
elsewhere
2016-12-22containers should flexMark Otto1-0/+1
2016-12-22flexbox shizMark Otto1-9/+11
2016-12-22nukeMark Otto1-223/+0
2016-12-22move and consolidate navbar examples, fix em upMark Otto4-74/+180
2016-12-22no need for a clearfix given no more floatsMark Otto1-2/+0
2016-12-22move padding on nav links and brand to be responsive padding, keeping mobile ↵Mark Otto1-3/+14
contents aligned better
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-22remove width 100% from positioning, remove rounded corners for utilsMark Otto1-11/+0
2016-12-22remove justified, replacing with modifier later if needed; combine rulesMark Otto1-8/+0
2016-12-22flexbox this thingMark Otto2-143/+33
- 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-22indentationMark Otto1-2/+2
2016-12-22exploring table based navbar againMark Otto2-45/+382
2016-12-22follow up to #21393: clarify progress docs browser support and remove ie9 ↵Mark Otto1-14/+1
section
2016-12-22gruntMark Otto13-130/+11
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow12-64/+2
2016-12-22Changed a word in a comment (#21399)Patrick Cameron1-1/+1
2016-12-21gruntMark Otto4-4/+4
2016-12-21Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto0-0/+0
2016-12-21Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into ↵Mark Otto3-3/+3
tracker1-patch-1
2016-12-21gruntMark Otto26-9763/+2859
2016-12-21gruntMark Otto26-9763/+2859
2016-12-21Restyle code elements in links (#21392)Mark Otto1-0/+7
* Restyle code elements in links Fixes #21259. Removes the background, color, and padding on code elements within anchors. * Update _code.scss
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto43-9974/+610
* 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-20Redo color varsMark Otto1-5/+17
This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.
2016-12-20update docs to use .mt-1 on floated labels; clarify docs for guidanceMark Otto1-5/+5