Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandesol <anddessol@gmail.com>2022-09-27 21:17:45 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-09-28 00:39:45 +0300
commit2ba79e76c46d4d33cf95e3de534fd6ca8ee0fec4 (patch)
tree90480e2d5a4374aacd0296b785e6e80266d93b86
parent1af081285ef37990ce4b25ed9b1166ff3397ab08 (diff)
wrap lines in code to reduce size of the example
-rw-r--r--docs/documentation/components/navbar.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html
index f2e64941..ff4990d0 100644
--- a/docs/documentation/components/navbar.html
+++ b/docs/documentation/components/navbar.html
@@ -423,7 +423,9 @@ meta:
{% capture navbar_dropdown_default_example %}
<nav class="navbar" role="navigation" aria-label="dropdown navigation">
<a class="navbar-item">
- <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+ <img src="{{ site.url }}/images/bulma-logo.png"
+ alt="{{ site.data.meta.title }}"
+ width="112" height="28">
</a>
<div class="navbar-item has-dropdown is-active">
@@ -464,7 +466,9 @@ meta:
{% capture navbar_dropdown_boxed_example %}
<nav class="navbar is-transparent" role="navigation" aria-label="dropdown navigation">
<a class="navbar-item">
- <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+ <img src="{{ site.url }}/images/bulma-logo.png"
+ alt="{{ site.data.meta.title }}"
+ width="112" height="28">
</a>
<div class="navbar-item has-dropdown is-active">
@@ -505,7 +509,9 @@ meta:
{% capture navbar_dropdown_item_active_example %}
<nav class="navbar" role="navigation" aria-label="dropdown navigation">
<a class="navbar-item">
- <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+ <img src="{{ site.url }}/images/bulma-logo.png"
+ alt="{{ site.data.meta.title }}"
+ width="112" height="28">
</a>
<div class="navbar-item has-dropdown is-active">