aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/layout/grid.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-526/+0
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto1-21/+2
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-06-23Fixes #34187Mark Otto1-1/+1
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter1-2/+21
2021-04-18Fix Grid System docs (#33676)Kohhee Peace1-6/+6
* Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-04-06Add equal column mixin (#32155)CFX1-0/+3
2020-10-31Update instances of .font-weight to .fwMark Otto1-7/+7
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR1-12/+12
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-2/+2
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-2/+2
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-06-18Fix typo (#31102)Nic Johnson1-1/+1
2020-06-17Several typo fixes (#31077)Bruno Baguette1-2/+2
* Typo fix : thesse ⮞ these * Several typo fixes verical ⮞ vertical availble ⮞ available thesse ⮞ these
2020-05-26Update grid.mdXhmikosR1-2/+2
Fix docsref links
2020-05-14Fix broken anchors. (#30828)XhmikosR1-2/+2
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+523
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.