]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix modal example - remove container class 321/head
authorDaniel Bayerlein <daniel.bayerlein@googlemail.com>
Mon, 26 Sep 2016 15:28:28 +0000 (17:28 +0200)
committerDaniel Bayerlein <daniel.bayerlein@googlemail.com>
Mon, 26 Sep 2016 15:28:28 +0000 (17:28 +0200)
docs/documentation/components/modal.html

index 995afe46355c9b7f8f3d0d91714387a241f44e99..b2eb79f3899cff8019b6ec743951f363d63d1c77 100644 (file)
@@ -39,10 +39,8 @@ doc-subtab: modal
 {% highlight html %}
 <div class="modal">
   <div class="modal-background"></div>
-  <div class="modal-container">
-    <div class="modal-content">
-      <!-- Any other Bulma elements you want -->
-    </div>
+  <div class="modal-content">
+    <!-- Any other Bulma elements you want -->
   </div>
   <button class="modal-close"></button>
 </div>