From 4dae8bad47f9aa6b2dbaf4bf97ba4a5423ee6cc5 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 14 Jan 2016 16:41:30 -0800 Subject: [PATCH] Fix Reveal sizing classes in docs to be accurate, closes #7868 --- docs/pages/reveal.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. --- -- 2.47.2