aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
AgeCommit message (Collapse)AuthorFilesLines
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
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto2-87/+97
responsive flex grid working
2016-02-06document horizontal flex utils, update the classes for the middle vertical onesMark Otto1-2/+53
2016-02-06Add vertical alignment docs for flexbox gridMark Otto1-0/+62
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto1-5/+22
2016-02-06Add flexbox grid page to the docs (still more content to add)Mark Otto1-0/+71
2016-02-06Update grid docs to include new required .col base classMark Otto1-60/+60
2016-02-06Update grid mixins code snippets in the docs to include flexbox changesMark Otto1-5/+22
2015-12-12Remove extraneous characterQuy1-1/+1
2015-12-12Merge pull request #18511 from bassjobsen/patch-15Chris Rebert1-18/+17
Docs Responsive breakpoints from em to px
2015-12-13Using px rather than em valuesBass Jobsen1-5/+5
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-09 Responsive breakpoints from em to pxBass Jobsen1-18/+17
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-09Remove !default Scss flag in docs grid examplevsn4ik1-1/+1
2015-11-22Remove non-responsive text alignment classesChris Rebert1-5/+5
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-09-27Merge pull request #17403 from twbs/use-px-for-window-sizesMark Otto1-15/+19
Change grid and container sizes to px
2015-09-27Filled leftover placeholderMichael Käufl1-1/+1
2015-09-27Change grid and container sizes to pxGleb Mazovetskiy1-15/+19
Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388.
2015-09-07Fix usage of “its” and “it’s”Zearin1-1/+1
2015-09-01Merge pull request #17207 from kkirsche/patch-9Mark Otto1-10/+10
v4 - Force linebreaks after grid tier names in v4 grid docs
2015-08-25Merge pull request #17275 from mattez/fix-docs-layout-gridHeinrich Fenkart1-2/+2
Fix anchors, fix naming consistency
2015-08-24Replace remaining instances of defunct .visible* classes in docsChris Rebert1-2/+2
.visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce]
2015-08-24Fix anchors, fix naming consistencyMatěj Kříž1-2/+2
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.
2015-08-22Merge pull request #17140 from kkirsche/patch-12Mark Otto1-1/+1
v4 - Rendered example bin in grid docs should use sass
2015-08-22nuke that page since it's now unusedMark Otto1-50/+0
2015-08-21v4 - Force linebreaks after grid tier names in v4 grid docsKevin Kirsche1-10/+10
Fix #17176 Sorry, I f'd up the rebase in #17186
2015-08-20Merge pull request #17146 from kkirsche/patch-13Mark Otto1-13/+13
v4 - Add pixel values for the rem breakpoints and column sizes
2015-08-20Broken link in Sass mixins section of v4 docsKevin Kirsche1-1/+1
Fix #17177 Simplest example is using horizontal variants using rows.
2015-08-20docs/layout/grid.md: Fix responsive utilities linkChris Rebert1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+1
Mostly links. Fixes #17056.
2015-08-20Add pixel values for the rem breakpoints and column sizesKevin Kirsche1-13/+13
Fix: #17145
2015-08-20Rendered example bin in grid docs should use sassKevin Kirsche1-1/+1
Fix #17129
2015-08-17add redirects for all top level docs sectionsMark Otto1-0/+1