]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix Reveal sizing classes in docs to be accurate, closes #7868
authorGeoff Kimball <geoff@zurb.com>
Fri, 15 Jan 2016 00:41:30 +0000 (16:41 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 15 Jan 2016 00:41:30 +0000 (16:41 -0800)
docs/pages/reveal.md

index 2f06ba6a957696151f3578d1fdee901d1847c9a4..eb18ab6f41b2dd01c00b6f2526d74a04a232f70e 100644 (file)
@@ -114,13 +114,13 @@ On small screens, a modal is always 100% of the width of the screen. On medium-s
   </button>
 </div>
 ```
-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 <code>escClose</code> 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.
 
 ---