]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove unneccessary class in example Reveal code in docs, fixes #5854
authorGeoff Kimball <geoff@zurb.com>
Wed, 24 Sep 2014 16:28:12 +0000 (09:28 -0700)
committerGeoff Kimball <geoff@zurb.com>
Wed, 24 Sep 2014 16:28:12 +0000 (09:28 -0700)
doc/includes/reveal/examples_reveal_modal_examples.html

index 45bee749543076b90f5d3da9e803921c3be22ce0..a7813536928a8c00fb6182faabed5a87c3fbda87 100644 (file)
@@ -19,7 +19,7 @@
   <a class="close-reveal-modal">&#215;</a>
 </div>
 
-<div id="videoModal" class="reveal-modal large open" data-reveal="" style="visibility: visible; display: block; top: 765px; opacity: 1;">
+<div id="videoModal" class="reveal-modal large" data-reveal="" style="visibility: visible; display: block; top: 765px; opacity: 1;">
   <h2>This modal has video</h2>
   <div class="flex-video widescreen vimeo" style="display: block;">
     <iframe width="1280" height="720" src="http://www.youtube-nocookie.com/embed/wnXCopXXblE?rel=0" frameborder="0" allowfullscreen="" data-src="http://www.youtube-nocookie.com/embed/wnXCopXXblE?rel=0"></iframe>