mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Improve snippet
This commit is contained in:
@@ -79,7 +79,7 @@ variables:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=box_example %}
|
||||
{% include snippet.html content=box_example more=true %}
|
||||
|
||||
{% include variables.html %}
|
||||
|
||||
|
||||
@@ -565,14 +565,11 @@ variables:
|
||||
|
||||
<h4 class="subtitle">With Font Awesome icons</h4>
|
||||
|
||||
{% include snippet.html content=button_fa_example %}
|
||||
{% include snippet.html content=button_fa_example clipped=true %}
|
||||
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div class="content">
|
||||
<p>
|
||||
<span class="tag is-success">New!</span>
|
||||
</p>
|
||||
<p>
|
||||
If the button only contains an icon, Bulma will make sure the button remains <strong>square</strong>, no matter the size of the button <em>or</em> of the icon.
|
||||
</p>
|
||||
|
||||
@@ -387,11 +387,7 @@ variables:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bd-example">
|
||||
{{table_example}}
|
||||
</div>
|
||||
|
||||
{% highlight html %}{{table_example}}{% endhighlight %}
|
||||
{% include snippet.html content=table_example horizontal=true more=true %}
|
||||
|
||||
{% include anchor.html name="Modifiers" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user