aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22flexbox powered indicatorsMark Otto2-2/+7
This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
2016-12-22start small--set flex instead of block for active itemsMark Otto1-1/+1
2016-12-22gruntMark Otto10-382/+579
2016-12-22redo custom docs navbarMark Otto2-48/+34
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto7-12/+12
2016-12-22remove .hidden-* classes from .navbar-toggler and make that part of the ↵Mark Otto2-10/+14
.navbar-toggleable-*
2016-12-22couple more utilsMark Otto1-2/+2
2016-12-22more example fixesMark Otto2-20/+22
2016-12-22more lintingMark Otto1-1/+1
2016-12-22lintingMark Otto1-1/+1
2016-12-22migrate some notes on over hereMark Otto1-1/+10
2016-12-22put new toggler markup to useMark Otto10-24/+72
2016-12-22Redo navbar-togglerMark Otto2-8/+23
- Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG) - Tighten up padding - Better comments
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto14-35/+44
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22fixes #18053 by removing container padding at lower breakpoints on ↵Mark Otto2-2/+9
responsive navbars
2016-12-22even more utils for formsMark Otto1-2/+2
2016-12-22more margin utils on formsMark Otto1-4/+4
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