mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Change font awesome link and fix anchor link on select docs
This commit is contained in:
committed by
Jeremy Thomas
parent
77d2c50296
commit
64f739c0c9
@@ -393,7 +393,7 @@ meta:
|
|||||||
{% include elements/anchor.html name="Icons" %}
|
{% include elements/anchor.html name="Icons" %}
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>You can use any of the <a href="http://fontawesome.io/">Font Awesome</a> <strong>icons</strong>.</p>
|
<p>You can use any of the <a href="https://fontawesome.com/">Font Awesome</a> <strong>icons</strong>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include elements/snippet.html content=tabs_icons_example horizontal=true more=true %}
|
{% include elements/snippet.html content=tabs_icons_example horizontal=true more=true %}
|
||||||
|
|||||||
@@ -189,9 +189,9 @@ meta:
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<p>Several <strong>modifiers</strong> are supported which affect:</p>
|
<p>Several <strong>modifiers</strong> are supported which affect:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>the <strong><a href="#select-color">color</a></strong></li>
|
<li>the <strong><a href="#colors">color</a></strong></li>
|
||||||
<li>the <strong><a href="#select-size">size</a></strong></li>
|
<li>the <strong><a href="#sizes">size</a></strong></li>
|
||||||
<li>the <strong><a href="#select-state">state</a></strong></li>
|
<li>the <strong><a href="#states">state</a></strong></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user