mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Remove vernum
This commit is contained in:
@@ -296,25 +296,23 @@ doc-subtab: select
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if site.vernum >= 44 %}
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
<h3 class="title">Multiple select</h3>
|
||||
<h3 class="title">Multiple select</h3>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column is-half">
|
||||
<div class="content">
|
||||
<p>
|
||||
You can style a <strong>multiple select</strong> dropdown, by using the <code>is-multiple</code> modifier, and by using the <code>multiple</code> HTML attribute.
|
||||
</p>
|
||||
</div>
|
||||
{{select_multiple_example}}
|
||||
</div>
|
||||
<div class="column is-half highlight-full">
|
||||
{% highlight html %}{{select_multiple_example}}{% endhighlight %}
|
||||
<div class="columns">
|
||||
<div class="column is-half">
|
||||
<div class="content">
|
||||
<p>
|
||||
You can style a <strong>multiple select</strong> dropdown, by using the <code>is-multiple</code> modifier, and by using the <code>multiple</code> HTML attribute.
|
||||
</p>
|
||||
</div>
|
||||
{{select_multiple_example}}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column is-half highlight-full">
|
||||
{% highlight html %}{{select_multiple_example}}{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="Colors" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user