mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Improve snippet
This commit is contained in:
@@ -203,21 +203,13 @@ doc-subtab: media-object
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="bd-example">
|
||||
{{media_example}}
|
||||
</div>
|
||||
|
||||
{% highlight html %}{{media_example}}{% endhighlight %}
|
||||
{% include snippet.html content=media_example horizontal=true more=true %}
|
||||
|
||||
<div class="content">
|
||||
<p>You can include <em>any</em> other Bulma element, like inputs, textareas, icons, buttons... or even a <strong>nav bar</strong>.</p>
|
||||
</div>
|
||||
|
||||
<div class="bd-example">
|
||||
{{media_bis_example}}
|
||||
</div>
|
||||
|
||||
{% highlight html %}{{media_bis_example}}{% endhighlight %}
|
||||
{% include snippet.html content=media_bis_example horizontal=true more=true %}
|
||||
|
||||
{% include anchor.html name="Nesting" %}
|
||||
|
||||
@@ -225,11 +217,7 @@ doc-subtab: media-object
|
||||
<p>You can nest media objects up to <strong>3 levels</strong> deep.</p>
|
||||
</div>
|
||||
|
||||
<div class="bd-example">
|
||||
{{media_nested_example}}
|
||||
</div>
|
||||
|
||||
{% highlight html %}{{media_nested_example}}{% endhighlight %}
|
||||
{% include snippet.html content=media_nested_example horizontal=true more=true %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user