From: Dan Gowans Date: Tue, 22 Sep 2020 14:01:41 +0000 (-0400) Subject: Update block.html - Clarify examples X-Git-Tag: 0.9.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05efd3cd97b1422857d6c27ffbc65a4b3397d330;p=thirdparty%2Fbulma.git Update block.html - Clarify examples The example of text inside `div`s without the `.block` class felt awkward. --- diff --git a/docs/documentation/elements/block.html b/docs/documentation/elements/block.html index f3585d36a..b16d44e86 100644 --- a/docs/documentation/elements/block.html +++ b/docs/documentation/elements/block.html @@ -28,13 +28,13 @@ meta: {% capture no_block_example %}
- This text is within a block. + This text is not within a block.
- This text is within a longer second block. 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 block either. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
- This text is within a third block. This block has no margin at the bottom. + This text is also not within a block.
{% endcapture %}