From 02c7eae47efc11b533d3b2fd076c60154715ebfd Mon Sep 17 00:00:00 2001 From: Herst Date: Thu, 7 Sep 2017 19:11:26 +0200 Subject: [PATCH 1/5] Don't create empty columns in documentation --- docs/4.0/getting-started/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index 0b83c47f8..2547ef1ad 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -46,11 +46,11 @@ All colors available in Bootstrap 4, available as Sass variables and a Sass map
{% for color in site.data.colors %} + {% unless color.name == "white" or color.name == "gray" or color.name == "gray-dark" %}
- {% unless color.name == "white" or color.name == "gray" or color.name == "gray-dark" %}
{{ color.name | capitalize }}
- {% endunless %}
+ {% endunless %} {% endfor %}
From aa5e97da044d774e4d1b5c54234cc8bf1ce862f5 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Thu, 7 Sep 2017 14:36:01 -0300 Subject: [PATCH 2/5] adds missing important on utility classs --- scss/utilities/_borders.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/utilities/_borders.scss b/scss/utilities/_borders.scss index b7e91c260..3ff603c32 100644 --- a/scss/utilities/_borders.scss +++ b/scss/utilities/_borders.scss @@ -44,9 +44,9 @@ } .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } From 5da8ff61ad6dbe080f32f1bdc999466f247a3f7e Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Fri, 8 Sep 2017 03:06:02 +0300 Subject: [PATCH 3/5] Use CSS3 pseudo elements in documentation --- docs/4.0/components/forms.md | 4 ++-- docs/4.0/content/reboot.md | 2 +- docs/4.0/examples/blog/blog.css | 2 +- docs/4.0/getting-started/introduction.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index c8e0f2bd7..1fe14ba19 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -1004,8 +1004,8 @@ Here's how it works: - We wrap the `` in a `