Remove vernum

This commit is contained in:
Jeremy Thomas
2017-11-06 13:44:58 +00:00
parent bc33ace128
commit 67117ffed9
7 changed files with 49 additions and 68 deletions

View File

@@ -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" %}