aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam802-30/+31
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-14/+14
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-5/+5
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto1-1/+30
Fixes #19107.
2016-11-26grid-breakpoint fixFumito Mizuno1-9/+9
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186 current document shows 544px, but it should be 576px
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto2-0/+10
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto3-53/+53
Feature/omit xs from grid
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte3-53/+53
2016-10-31Make spacer utils responsive (#20926)Mark Otto1-5/+5
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-27rework flex grid autolayout docsMark Otto1-2/+10
Adds clearer headings to each section, reworks some copy to be more direct.
2016-10-27unrelated change; bold that stuff to emphasize itMark Otto1-2/+2
2016-10-27Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵Mark Otto1-0/+31
alanmoo-auto-flex-col
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto1-3/+3
lowest to highest
2016-10-27Document our z-index valuesMark Otto1-0/+20
Fixes #18532
2016-10-27Fixes #20498: Warn about flexbox bugs in our flex grid docsMark Otto1-0/+1
2016-10-24Add documentation for col-{breakpoint}-autoAlan Mooiman1-0/+31
2016-10-09Merge pull request #20864 from twbs/fix-20688Mark Otto1-1/+1
Update the grid table heading to clarify max width over width
2016-10-09Merge pull request #20684 from twbs/v4-utilsMark Otto1-5/+5
v4: The Utilities Update
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto5-21/+77
2016-10-09Update grid docs mention of gutter width value (no more rems for awhile now)Mark Otto1-1/+1
2016-10-09Update grid docs to use new values for grid breakpoints and containersMark Otto1-8/+8
2016-10-09Update the grid table heading to clarify max width over widthMark Otto1-1/+1
Fixes #20688
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow2-4/+4
2016-10-02fix typosMark Otto1-4/+4
2016-10-02Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵Mark Otto1-14/+41
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02v4: Social meta tags (#20825)Mark Otto5-0/+5
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-13Add breakpoint-specific gutters.Kovah1-14/+41
2016-09-12Grid mixins docs should match source code (#20705)Nick1-8/+10
2016-09-11Fixes #19466: Document the flexbox order utils (#20697)Mark Otto1-0/+22
2016-09-08Update docs to use new spacing util class namesMark Otto1-5/+5
2016-08-21Merge pull request #20475 from califrench/patch-1Mark Otto1-1/+12
Updated docs with extra auto resize example
2016-08-19add some margin utilsMark Otto1-5/+5
2016-08-06Updated docs with extra auto resize exampleScott Gauthreaux1-1/+12
I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column. Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work. I believe this is quite useful information and doesn't add too much to the docs. Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place.
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-1/+1
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-2530px not 15pxMark Otto1-1/+1
2016-07-25Customizing grid docs updates to followup on #19099Mark Otto1-2/+13
- More details on columns and gutters - Break it into clear sections
2016-07-25One more follow up to #19099, #20349, and #20361Mark Otto1-20/+20
Remove mention of base class and fix grid examples
2016-07-23Merge branch 'v4-dev' into v4-grid-fixesMark Otto1-1/+1
2016-07-23Follow-up to #19099 for grid fixesMark Otto1-15/+17
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
2016-07-20Replace renamed classes in grid push/pull example (#20330)Raphael Luba1-1/+1
The example for column ordering still referenced the old push/pull class names.
2016-07-12Remove trailing space.XhmikosR1-1/+1
[ci skip]
2016-06-12Fixes #17089 a bitMark Otto1-5/+14
2016-04-24Update overview.mdBass Jobsen1-0/+1
endtag for the highlight
2016-04-24Update overview.mdBass Jobsen1-0/+42
add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins
2016-02-08Grid docs: Remove !default from SCSS snippetsChris Rebert1-2/+2
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce]
2016-02-06document how to customize grid tiersMark Otto1-0/+22
2016-02-06update grid vars docsMark Otto1-4/+10
2016-02-06formattingMark Otto1-2/+1
2016-02-06More grid updatesMark Otto1-12/+30
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too