aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-24Update toc numbering (#21422)Quy1-4/+3
2016-12-24remove unused media vars, update numbers (oof) /cc @QuyMark Otto1-10/+3
2016-12-24remove unused utils, commentMark Otto1-4/+0
2016-12-24remove old flex utils, update docs to matchMark Otto7-42/+21
2016-12-24align-self docsMark Otto1-2/+41
2016-12-24document align-content utilsMark Otto1-13/+142
2016-12-24change presentation of those utils docsMark Otto1-35/+68
2016-12-24document justify-content and align-items utilsMark Otto1-0/+65
2016-12-24indentationMark Otto1-15/+15
2016-12-24duplicate of the .flex-fill utilMark Otto1-3/+0
2016-12-24remove the table classes in favor of listsMark Otto1-93/+0
2016-12-24try out alt responsive variation listsMark Otto1-9/+16
2016-12-24add docs class for highlightingMark Otto1-0/+5
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto4-0/+268
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
2016-12-24fix incorrect class name for inline-flexMark Otto1-1/+1
2016-12-24Revamp navs docsMark Otto1-92/+75
- Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section. - Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit). - Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too.
2016-12-24Change up the "justified" nav optionsMark Otto1-29/+15
Given move to flexbox, we can make this available for everyone and clean it up some. - Simplifies the `.nav-justified` styles to build on the flex-powered `.nav` base class. - Adds the `.nav-fill` to make nav links fill available horizontal space, but not equal width.
2016-12-24Make .nav flex-poweredMark Otto1-36/+3
- Set an explicit `display: flex` on the base `.nav` class and remove the floats/clearfixes from our navs. - Set some global styles for `.nav-link`, a departure from the previous solution that featured no predefined padding. - Move `.nav-link` from `inline-block` to `block` given this setting was added for our tabs and pills anyway. - Remove horizontal margin from nav tabs; let folks set that on their own from now on.
2016-12-24pull in changes from #19832 to fix offcanvasMark Otto2-4/+14
2016-12-24Undo #21171 (which closed #20977)Mark Otto2-1/+3
Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs. This restores the previous `calc` math and adds a line-height that reuses the input line-height.
2016-12-24update navbars in jumbotron, offcanvas, starter examples to flex versionsMark Otto3-34/+93
2016-12-24better/more form spacing in navbarsMark Otto2-6/+6
2016-12-24unify alignment of all these dang navbar formsMark Otto7-38/+38
2016-12-24Move uglifyjs to npm script.Bardi Harborow3-67/+13
2016-12-23Closes: #21412: Fix unit test for carouselJohann-S1-1/+0
2016-12-23Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keysMatheus Azzi2-0/+33
Fixes 2 bugs: 1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN. 2. Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements.
2016-12-22scrollspy: fix wrong activation of all nested links (#20304)mr-july1-1/+1
* fix wrong activation of all nested links; just first level item should be activated * use template instead of string concatenation
2016-12-23Move clean-css to npm scripts.Bardi Harborow3-61/+25
2016-12-22overhauls media object docsMark Otto1-93/+63
- better copy and examples throughout - callout on flexbug #12 for inline elements like links and images (which is the problem in #20408) - add order section
2016-12-22small unrelated addition—adds .d-flex-inline utilMark Otto1-0/+1
2016-12-22reduce .media styles to their bare minimumMark Otto1-53/+2
Sets minimum required flex styles (including an explicit starting alignment) and removes everything else. - no need for .media-left and .media-right, we have padding utils - no need for a .media-heading, we have margin - no need for .media-object, we have display utils - no need for .media-list, we have .list-unstyled util
2016-12-22Rename Tags to Badges in commentsQuy1-2/+3
2016-12-22Merge branch 'flex-cards' into v4-devMark Otto5-163/+286
2016-12-22ughMark Otto1-1/+1
2016-12-22gruntMark Otto17-47/+137
2016-12-22typoMark Otto1-1/+1
2016-12-23Move scss-lint to npm scripts.Bardi Harborow3-420/+513
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-22Add color variables for white and black (#21397)Jacob Müller1-66/+68
* Add color variables for white and black Closes #21395.
2016-12-22change card deck margin strategyMark Otto1-6/+6
- Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level. - Drops the margin-bottom override on the .card because there's no more default margin there. - Drop the margin-bottom from the .card-deck to match our lack of margins on the card. This and the previous commit fixes #19883.
2016-12-22move to grid gutter width, fixes #21300Mark Otto1-1/+1
2016-12-23Change scope of docs anchor preventDefault to include modals.Bardi Harborow1-1/+1
2016-12-22New width and height utilsMark Otto2-3/+16
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-22no more need for thisMark Otto1-5/+0
2016-12-22final docs cleanup with columns and moreMark Otto1-15/+21
2016-12-22card deck footer exampleMark Otto1-1/+38
2016-12-22add aligned footer exampleMark Otto1-0/+34
2016-12-22redo subheadings and organization of card layout optionsMark Otto1-5/+6
2016-12-22better grouping of card styles docsMark Otto1-3/+7
2016-12-22redo image section for intros and subheadingsMark Otto1-3/+7