mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Improve snippet
This commit is contained in:
@@ -767,7 +767,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
</li>
|
||||
<li>
|
||||
a container for almost <strong>anything</strong> you want, like a <code>field</code>
|
||||
{% highlight html %}{{ navbar_item_other_example }}{% endhighlight %}
|
||||
<div class="highlight-full">
|
||||
{% highlight html %}{{ navbar_item_other_example }}{% endhighlight %}
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
@@ -800,11 +802,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bd-example is-paddingless">
|
||||
{{navbar_transparent_example}}
|
||||
</div>
|
||||
|
||||
{% highlight html %}{{navbar_transparent_example}}{% endhighlight %}
|
||||
{% include snippet.html content=navbar_transparent_example paddingless=true horizontal=true more=true %}
|
||||
|
||||
{% include anchor.html name="Dropdown menu" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user