aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam801-2/+3
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
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-04Update docs to reflect new breakpoint naming conventionEric Nolte1-23/+23
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-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 Harborow1-1/+1
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 Otto1-0/+1
* 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-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-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-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-58/+58
responsive flex grid working
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto1-5/+22
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-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-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-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-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-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-10rewrite some grid docsMark Otto1-46/+44
2015-08-08grid docs tweaksMark Otto1-10/+29
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-23scope grid example styles betterMark Otto1-0/+18
2015-01-19new headers, ad placements, intro paragraphs on several pages, etcMark Otto1-1/+3