diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html index 257b36df1b..429b824d79 100644 --- a/site/_layouts/examples.html +++ b/site/_layouts/examples.html @@ -10,6 +10,19 @@ {% include stylesheet.html %} + + {%- for css in page.extra_css %} diff --git a/site/docs/4.1/assets/scss/_placeholder-img.scss b/site/docs/4.1/assets/scss/_placeholder-img.scss index c1ac5fee82..a9f8a41cb5 100644 --- a/site/docs/4.1/assets/scss/_placeholder-img.scss +++ b/site/docs/4.1/assets/scss/_placeholder-img.scss @@ -2,6 +2,8 @@ // Placeholder svg used in the docs. // +// Remember to update `site/_layouts/examples.html` too if this changes! + .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; diff --git a/site/docs/4.1/examples/album/index.html b/site/docs/4.1/examples/album/index.html index 96dac0caa1..1e41de0f23 100644 --- a/site/docs/4.1/examples/album/index.html +++ b/site/docs/4.1/examples/album/index.html @@ -2,7 +2,6 @@ layout: examples title: Album example extra_css: "album.css" -include_holder: true ---
@@ -56,7 +55,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -71,7 +70,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -86,7 +85,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -102,7 +101,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -117,7 +116,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -132,7 +131,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -148,7 +147,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -163,7 +162,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -178,7 +177,7 @@ include_holder: true
- Card image cap + {% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

diff --git a/site/docs/4.1/examples/blog/index.html b/site/docs/4.1/examples/blog/index.html index 61ee8fa359..8c8417aca9 100644 --- a/site/docs/4.1/examples/blog/index.html +++ b/site/docs/4.1/examples/blog/index.html @@ -4,7 +4,6 @@ title: Blog Template extra_css: - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900" - "blog.css" -include_holder: true ---
@@ -62,7 +61,7 @@ include_holder: true

This is a wider card with supporting text below as a natural lead-in to additional content.

Continue reading
- Card image cap + {% include icons/placeholder.svg width="200" height="250" background="#55595c" color="#eceeef" class="card-img-right flex-auto d-none d-lg-block" text="Thumbnail" title="Card image cap" %}
@@ -76,7 +75,7 @@ include_holder: true

This is a wider card with supporting text below as a natural lead-in to additional content.

Continue reading
- Card image cap + {% include icons/placeholder.svg width="200" height="250" background="#55595c" color="#eceeef" class="card-img-right flex-auto d-none d-lg-block" text="Thumbnail" title="Card image cap" %}
diff --git a/site/docs/4.1/examples/carousel/carousel.css b/site/docs/4.1/examples/carousel/carousel.css index f9b5a7e492..20300e90c6 100644 --- a/site/docs/4.1/examples/carousel/carousel.css +++ b/site/docs/4.1/examples/carousel/carousel.css @@ -25,7 +25,6 @@ body { /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; - background-color: #777; } .carousel-item > img { position: absolute; diff --git a/site/docs/4.1/examples/carousel/index.html b/site/docs/4.1/examples/carousel/index.html index 058496b4e8..3c0379b2a7 100644 --- a/site/docs/4.1/examples/carousel/index.html +++ b/site/docs/4.1/examples/carousel/index.html @@ -2,7 +2,6 @@ layout: examples title: Carousel Template extra_css: "carousel.css" -include_holder: true ---
@@ -41,7 +40,7 @@ include_holder: true