CSS in 44 minutesLearn how to build your own webpage from scratch!
diff --git a/docs/_posts/2017-08-03-list-of-tags.md b/docs/_posts/2017-08-03-list-of-tags.md
index 88794dcc..9078e8cf 100644
--- a/docs/_posts/2017-08-03-list-of-tags.md
+++ b/docs/_posts/2017-08-03-list-of-tags.md
@@ -12,8 +12,8 @@ The [tag](/documentation/elements/tag/) is a small but useful element that can b
A tag rarely comes on its own though, so Bulma now supports [list of tags](/documentation/elements/tag/#list-of-tags). The same way you can [group controls](together), you can now **group tags together** to form a list that can span multiple lines.
-
-
+
+
diff --git a/docs/_posts/2017-10-22-list-of-buttons.md b/docs/_posts/2017-10-22-list-of-buttons.md
index 760ee2ec..196826b3 100644
--- a/docs/_posts/2017-10-22-list-of-buttons.md
+++ b/docs/_posts/2017-10-22-list-of-buttons.md
@@ -10,8 +10,8 @@ icon: "hand-pointer"
Similarly to the [list of tags](/2017/08/03/list-of-tags/) launched a few months ago, the [button](/documentation/elements/button/) has its own **list of buttons**:
-
-
+
+
diff --git a/docs/_posts/2017-11-01-fixed-navbar.md b/docs/_posts/2017-11-01-fixed-navbar.md
index 16311c0f..00103edd 100644
--- a/docs/_posts/2017-11-01-fixed-navbar.md
+++ b/docs/_posts/2017-11-01-fixed-navbar.md
@@ -11,7 +11,7 @@ You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to th
@@ -20,7 +20,7 @@ You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to th
As a added **bonus**, the bottom navbar required a new **dropup** feature which has also been implemented!
-
-
+
+
diff --git a/docs/_posts/2017-11-14-bulma-is-on-patreon.md b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
index 6c75c269..6c4e38d1 100644
--- a/docs/_posts/2017-11-14-bulma-is-on-patreon.md
+++ b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
@@ -12,7 +12,7 @@ icon_brand: true
-
+
diff --git a/docs/_posts/2018-04-13-website-redesign.md b/docs/_posts/2018-04-13-website-redesign.md
index e70b4a60..ff87dc56 100644
--- a/docs/_posts/2018-04-13-website-redesign.md
+++ b/docs/_posts/2018-04-13-website-redesign.md
@@ -10,9 +10,9 @@ icon: "star"
The Bulma website has been widely redesigned! There's been a lot of work, to say the least:
-
+
-
+
Just see for yourself!
@@ -20,14 +20,14 @@ Just see for yourself!
@@ -37,8 +37,8 @@ Just see for yourself!
The **navbar** has been updated with a lighter markup and cleaner design:
-
-
+
+
@@ -49,16 +49,16 @@ This doesn't affect the current navbars. There's actually a new modifier called
On the homepage, there's a new [**customization** section with a live example](/#customize):
-
-
+
+
{% include elements/anchor.html name="Breadcrumb" %}
-
-
+
+
@@ -80,8 +80,8 @@ This has led to the creation of new **intermediate pages**:
These intermediate pages have new **link boxes** that help dive into each sub-category:
-
-
+
+
@@ -90,16 +90,16 @@ These intermediate pages have new **link boxes** that help dive into each sub-ca
Next to the breadcrumb, you can easily navigate to the **sibling** pages with the **previous** and **next** links:
-
-
+
+
These links are also available at the bottom:
-
-
+
+
@@ -108,8 +108,8 @@ These links are also available at the bottom:
There's a new **sidebar** including a navigation menu with all the categories and sub-categories:
-
-
+
+
@@ -118,8 +118,8 @@ There's a new **sidebar** including a navigation menu with all the categories an
On some pages below the categories, you'll find a new menu called "On this page" which is actually a **scroll spy**:
-
-
+
+
@@ -128,8 +128,8 @@ On some pages below the categories, you'll find a new menu called "On this page"
The footer has been redesigned as well. Among other things, there's a **sitemap** available:
-
-
+
+
diff --git a/docs/_posts/2018-06-20-automatic-variables-documentation.md b/docs/_posts/2018-06-20-automatic-variables-documentation.md
index e6e40866..dc4bdfa1 100644
--- a/docs/_posts/2018-06-20-automatic-variables-documentation.md
+++ b/docs/_posts/2018-06-20-automatic-variables-documentation.md
@@ -14,11 +14,11 @@ More and more CSS values are transformed into Sass variables for easy customizat
While providing these variables is necessary, it's only useful if developers are aware they exist! Keeping **in sync** the documentation and the source files used to be a manual process. It is now **automatic**, thanks to a script that parses the source files and outputs the numerous Sass variables as JSON data.
-
+
As an added bonus, each variable row in the docs comes with its **type** and its **computed value** (if applicable).
-
+
diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html
index b4cb86d9..a9b9d244 100644
--- a/docs/documentation/components/navbar.html
+++ b/docs/documentation/components/navbar.html
@@ -368,11 +368,11 @@ meta:
{% capture navbar_dropup_snippet %}
- Since icon fonts are simply text, you can use the text color modifiers to change the icon's color.
+ Since icon fonts are simply text, you can use the text color modifiers to change the icon's color.
- bulma-start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.
+ bulma-start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.