aboutsummaryrefslogtreecommitdiff
path: root/docs/components/navbar.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-538/+0
2017-05-27update components docsMark Otto1-9/+3
2017-04-09Merge branch 'v4-dev' into v4-docs-button-group-a11y-patch1Patrick H. Lauke1-17/+17
2017-04-02Rename navbar-toggleable to navbar-expand in docs (#22309)Pierre Vanduynslager1-17/+17
2017-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke1-9/+9
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
2017-03-23more docs updatesMark Otto1-20/+20
2017-03-23update docsMark Otto1-5/+32
2017-03-23Generate correct breakpoints for navbar-toggleable-* and generate toggleable ↵Pierre-Denis Vanduynslager1-14/+18
without media query to never collapse
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19link to caniuse for contextMark Otto1-1/+1
2017-01-05Update broken links.Bardi Harborow1-1/+1
2017-01-02update docs and examples to use new utilsMark Otto1-3/+9
2016-12-28reorder classes because i like it this way :pMark Otto1-12/+12
2016-12-28dedupeMark Otto1-1/+0
2016-12-28clarify need for .navbar-toggleable classesMark Otto1-1/+1
2016-12-28drop the flex-grow: 10 in favor of auto margin utilsMark Otto1-7/+7
2016-12-28drop the .nav base class from .navbar-navMark Otto1-10/+10
2016-12-28no float utils, use class nameMark Otto1-1/+1
2016-12-28better describe exampleMark Otto1-1/+1
2016-12-28consistent punctuationMark Otto1-2/+2
it's important, yo
2016-12-27update example with brand and new utilMark Otto1-1/+2
2016-12-27Fix grammatical/typo errorsQuy1-3/+3
2016-12-24remove old flex utils, update docs to matchMark Otto1-1/+1
2016-12-24better/more form spacing in navbarsMark Otto1-3/+3
2016-12-24unify alignment of all these dang navbar formsMark Otto1-18/+18
2016-12-22remove .hidden-* classes from .navbar-toggler and make that part of the ↵Mark Otto1-10/+10
.navbar-toggleable-*
2016-12-22couple more utilsMark Otto1-2/+2
2016-12-22put new toggler markup to useMark Otto1-11/+33
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto1-6/+6
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 Otto1-2/+4
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-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-22add responsive behaviors sectionMark Otto1-0/+78
2016-12-22update responsive behavior in demoMark Otto1-2/+3
2016-12-22unique idsMark Otto1-8/+0
2016-12-22make supported content example responsiveMark Otto1-23/+27
2016-12-22no more .navbar-fullMark Otto1-1/+1
2016-12-22more navbar docs changesMark Otto1-1/+5
2016-12-22cleanup navbar docs for flex changesMark Otto1-39/+27
2016-11-26add some disabled navbar link examplesMark Otto1-3/+3
2016-10-31Responsive display utilities (#20934)Mark Otto1-9/+9
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-19alt attributesMark Otto1-2/+2
2016-10-19More navbar example content with formsMark Otto1-0/+39
2016-10-18Tweak that navbar brand image alignment with new vertical align utilsMark Otto1-1/+1
2016-10-18add examples of images in the navbar-brand sectionMark Otto1-0/+21
2016-10-17more html lintingMark Otto1-2/+2