]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update block.html - Clarify examples
authorDan Gowans <dangowans@users.noreply.github.com>
Tue, 22 Sep 2020 14:01:41 +0000 (10:01 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 22 Sep 2020 16:02:51 +0000 (17:02 +0100)
The example of text inside `div`s without the `.block` class felt awkward.

docs/documentation/elements/block.html

index f3585d36a38615e7d349715951b3ec977f5995e8..b16d44e8654391139e48af4900c495a314043d27 100644 (file)
@@ -28,13 +28,13 @@ meta:
 
 {% capture no_block_example %}
 <div>
-  This text is within a <strong>block</strong>.
+  This text is not within a <strong>block</strong>.
 </div>
 <div>
-  This text is within a longer <strong>second block</strong>. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
+  This text isn't within a <strong>block</strong> either. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
 </div>
 <div>
-  This text is within a <strong>third block</strong>. This block has no margin at the bottom.
+  This text is also not within a <strong>block</strong>.
 </div>
 {% endcapture %}