diff --git a/docs/documentation/elements/delete.html b/docs/documentation/elements/delete.html
index 14a49b28..da65273b 100644
--- a/docs/documentation/elements/delete.html
+++ b/docs/documentation/elements/delete.html
@@ -51,7 +51,7 @@ meta:
- The .delete
element is a stand-alone element that can be used in different contexts.
+ The delete
element is a stand-alone element that can be used in different contexts.
On its own, it's a simple circle with a cross:
diff --git a/docs/documentation/elements/icon.html b/docs/documentation/elements/icon.html
index 71b739d0..7f235467 100644
--- a/docs/documentation/elements/icon.html
+++ b/docs/documentation/elements/icon.html
@@ -94,7 +94,8 @@ meta:
- By default, the icon
container will take up exactly 1.5rem x 1.5rem
. The icon itself is sized accordingly to the icon library you're using. For example, Font Awesome 5 icons will inherit the font size.
+ By default, the
icon
container will take up
exactly 1.5rem x 1.5rem
. The icon itself is sized accordingly to the icon library you're using. For example, Font Awesome 5 icons will
inherit the font size.
+
{% include elements/anchor.html name="Colors" %}
diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html
index ddb44d84..008560ff 100644
--- a/docs/documentation/elements/image.html
+++ b/docs/documentation/elements/image.html
@@ -47,7 +47,7 @@ meta:
{% endcapture %}
-
Because images can take a few seconds to load (or not at all), use the .image
container to specify a precisely sized container so that your layout isn't broken because of image loading or image errors.
+
Because images can take a few seconds to load (or not at all), use the image
container to specify a precisely sized container so that your layout isn't broken because of image loading or image errors.
{% include elements/snippet.html content=image %}
@@ -73,7 +73,7 @@ meta:
{% include elements/anchor.html name="Rounded images" %}
-
You can also make rounded images, using .is-rounded
class:
+
You can also make rounded images, using is-rounded
class:
{% include elements/snippet.html content=rounded_image %}
@@ -178,7 +178,7 @@ meta:
-
The .image
container will usually take up the whole width while maintaining the perfect ratio.
+
The image
container will usually take up the whole width while maintaining the perfect ratio.
If it doesn't, you can force it by appending the is-fullwidth
modifier.
@@ -188,7 +188,7 @@ meta:
- You can apply a specific ratio on any element other than an img
, simply by applying the .has-ratio
modifier to a resizable element.
+ You can apply a specific ratio on any element other than an img
, simply by applying the has-ratio
modifier to a resizable element.
For example, you can apply a 16by9
ratio on an iframe
. Resize the browser, and you'll see how the ratio is maintained.
diff --git a/docs/documentation/elements/notification.html b/docs/documentation/elements/notification.html
index 7ded58e2..c84de158 100644
--- a/docs/documentation/elements/notification.html
+++ b/docs/documentation/elements/notification.html
@@ -54,7 +54,7 @@ document.addEventListener('DOMContentLoaded', () => {
- The notification is a simple colored block meant to draw the attention to the user about something. As such, it can be used as a pinned notification in the corner of the viewport. That's why it supports the use of the .delete
element.
+ The notification is a simple colored block meant to draw the attention to the user about something. As such, it can be used as a pinned notification in the corner of the viewport. That's why it supports the use of the delete
element.
diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html
index 6fe08895..266e3920 100644
--- a/docs/documentation/elements/table.html
+++ b/docs/documentation/elements/table.html
@@ -315,10 +315,13 @@ meta:
{% endcapture %}
-
You simply need to attach a single .table
CSS class on a <table>
with the following structure:
+
+ You can create a Bulma table simply by attaching a single table
CSS class on a <table>
HTML element with the following structure:
+
+
-
-
table
the main container
+ <table class="table">
as the main container
-
thead
the optional top part of the table
diff --git a/docs/documentation/elements/tag.html b/docs/documentation/elements/tag.html
index 530eb5ea..592142aa 100644
--- a/docs/documentation/elements/tag.html
+++ b/docs/documentation/elements/tag.html
@@ -406,7 +406,7 @@ meta:
- You can now create a list of tags with the .tags
container.
+ You can now create a list of tags with the tags
container.
@@ -438,7 +438,7 @@ meta:
- You can attach tags together with the .has-addons
modifier.
+ You can attach tags together with the has-addons
modifier.
@@ -470,7 +470,7 @@ meta:
- If you want to attach .tags
containers together, simply use the .field
element with the .is-grouped
and .is-grouped-multiline
modifiers.
+ If you want to attach tags
containers together, simply use the field
element with the is-grouped
and is-grouped-multiline
modifiers.
diff --git a/docs/documentation/elements/title.html b/docs/documentation/elements/title.html
index 55614e8e..d3f151ed 100644
--- a/docs/documentation/elements/title.html
+++ b/docs/documentation/elements/title.html
@@ -65,10 +65,10 @@ meta:
There are 2 types of heading:
-
-
.title
+ title
-
-
.subtitle
+ subtitle