From: Andrew France Date: Mon, 7 Aug 2017 19:03:24 +0000 (+0200) Subject: Fix title on deprecation notices. X-Git-Tag: v6.4.4-rc1~2^2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10519%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix title on deprecation notices. --- diff --git a/docs/pages/flexbox-utilities.md b/docs/pages/flexbox-utilities.md index 92992e87e..db46e8a4f 100644 --- a/docs/pages/flexbox-utilities.md +++ b/docs/pages/flexbox-utilities.md @@ -219,7 +219,7 @@ For children, there are 3 quick helper classes to apply the flex property. These ### Responsive Classes
-

Depreciation Notice: From v6.5.x, we are disabling responsive classes by default. You would be able to re-enable it though, with setting that $flexbox-responsive-breakpoints to true .

+

Deprecation Notice: From v6.5.x, we are disabling responsive classes by default. You would be able to re-enable it though, with setting that $flexbox-responsive-breakpoints to true .

All of these helper classes come in responsive varieties, prefixed with all of your named breakpoints. diff --git a/docs/pages/float-classes.md b/docs/pages/float-classes.md index 65af16075..3c39eb9cc 100644 --- a/docs/pages/float-classes.md +++ b/docs/pages/float-classes.md @@ -17,7 +17,7 @@ You can change the float behavior of an element by adding the `.float-left` or `
-

Depreciation Notice: From v6.5.x, we are moving Float classes to Prototype specific mode and thus Float classes will be disabled by default. You can re-enable it though, with a simple `@include`.

+

Deprecation Notice: From v6.5.x, we are moving Float classes to Prototype specific mode and thus Float classes will be disabled by default. You can re-enable it though, with a simple `@include`.

```html_example diff --git a/docs/pages/typography-helpers.md b/docs/pages/typography-helpers.md index 8eb8bbcf4..881fca8ce 100644 --- a/docs/pages/typography-helpers.md +++ b/docs/pages/typography-helpers.md @@ -15,7 +15,7 @@ tags: ## Text Alignment
-

Depreciation Notice: From v6.5.x, we are moving text alignment classes to Prototype specific mode and thus text alignment classes will be disabled by default. You can re-enable it though, with a simple `@include`.

+

Deprecation Notice: From v6.5.x, we are moving text alignment classes to Prototype specific mode and thus text alignment classes will be disabled by default. You can re-enable it though, with a simple `@include`.

You can change the text alignment of an element by adding `.text-left`, `.text-right`, `.text-center` or `.text-justify` to an element. diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 938486d32..1b18bf607 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -17,7 +17,7 @@ tags:
-

Depreciation Notice: From v6.5.x, we are moving visibility classes to Prototype specific mode and thus visibility classes will be disabled by default. You can re-enable it though, with a simple `@include`.

+

Deprecation Notice: From v6.5.x, we are moving visibility classes to Prototype specific mode and thus visibility classes will be disabled by default. You can re-enable it though, with a simple `@include`.

## Show by Screen Size