Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWahyu Wiyoko <109977275+wahyuwiyoko@users.noreply.github.com>2022-08-09 15:45:10 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-08-09 16:02:13 +0300
commit64f739c0c939b5dedbf8dfb4595f7192d1e766a5 (patch)
tree58bf2401e5510cea9e2fc3f21019427ce0815b8c
parent77d2c5029603591557c2019f27b4138c5be43c71 (diff)
Change font awesome link and fix anchor link on select docs
-rw-r--r--docs/documentation/components/tabs.html2
-rw-r--r--docs/documentation/form/select.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/documentation/components/tabs.html b/docs/documentation/components/tabs.html
index 5e63e110..7fe38a41 100644
--- a/docs/documentation/components/tabs.html
+++ b/docs/documentation/components/tabs.html
@@ -393,7 +393,7 @@ meta:
{% include elements/anchor.html name="Icons" %}
<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>
{% include elements/snippet.html content=tabs_icons_example horizontal=true more=true %}
diff --git a/docs/documentation/form/select.html b/docs/documentation/form/select.html
index 9866e92e..32c2d326 100644
--- a/docs/documentation/form/select.html
+++ b/docs/documentation/form/select.html
@@ -189,9 +189,9 @@ meta:
<div class="content">
<p>Several <strong>modifiers</strong> are supported which affect:</p>
<ul>
- <li>the <strong><a href="#select-color">color</a></strong></li>
- <li>the <strong><a href="#select-size">size</a></strong></li>
- <li>the <strong><a href="#select-state">state</a></strong></li>
+ <li>the <strong><a href="#colors">color</a></strong></li>
+ <li>the <strong><a href="#sizes">size</a></strong></li>
+ <li>the <strong><a href="#states">state</a></strong></li>
</ul>
</div>