From: Geoff Kimball Date: Fri, 15 Jan 2016 00:41:30 +0000 (-0800) Subject: Fix Reveal sizing classes in docs to be accurate, closes #7868 X-Git-Tag: v6.1.2~20^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dae8bad47f9aa6b2dbaf4bf97ba4a5423ee6cc5;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix Reveal sizing classes in docs to be accurate, closes #7868 --- diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index 2f06ba6a9..eb18ab6f4 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -114,13 +114,13 @@ On small screens, a modal is always 100% of the width of the screen. On medium-s ``` -These sizing classes are built-in, but currently inaccurate. They need to be standardized.: + +The size of a modal can be changed with these sizing classes: + - `.tiny`: 30% wide -- `.small`: 40% wide -- `.medium`: 60% wide -- `.large`: 80% wide - *default*, if no class is selected, this is the size that gets applied. -- `.xlarge`: 90% wide -- `.full`: 100% width *and* height, defaults the escClose option to true, as well as creates a close button. +- `.small`: 50% wide +- `.large`: 90% wide +- `.full`: 100% width *and* height, defaults the `escClose` option to true, as well as creates a close button. ---