]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove rogue backtick from flexbox docs page
authorGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 21:52:11 +0000 (13:52 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 21:52:11 +0000 (13:52 -0800)
docs/pages/flexbox.md

index b00953b57fd73fa0fa2d77b5491919e0811ebed7..df6ca732298eda04f613e593149fa67ddf7606cf 100644 (file)
@@ -58,7 +58,7 @@ In general, all of the components work exactly the same. However, a few of them
 
 ## Helper Classes
 
-Flexbox makes horizontal and vertical alignment painless, through the CSS properties [`align-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items), [`align-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self), and [`justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content)`. Foundation includes a handful of classes for these properties, which work with any flexbox-enabled component.
+Flexbox makes horizontal and vertical alignment painless, through the CSS properties [`align-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items), [`align-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self), and [`justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content). Foundation includes a handful of classes for these properties, which work with any flexbox-enabled component.
 
 To understand how these classes work, you need to understand the parent-child relationship created with flexbox. An element with `display: flex` is a *flex parent*, and can horizontally or vertically align its children. All immediate children of the flex parent are *flex children*. A flex child can vertically align itself.