diff --git a/docs/content/figures.md b/docs/content/figures.md index d572705189..36f431d192 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -10,7 +10,7 @@ Use the included `.figure` , `.figure-img` and `.figure-caption` classes to prov {% example html %}
- A generic square placeholder image with rounded corners in a figure. + A generic square placeholder image with rounded corners in a figure.
A caption for the above image.
{% endexample %} @@ -19,7 +19,7 @@ Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl {% example html %}
- A generic square placeholder image with rounded corners in a figure. + A generic square placeholder image with rounded corners in a figure.
A caption for the above image.
{% endexample %} diff --git a/docs/content/images.md b/docs/content/images.md index 905ff337b1..b710fcfc50 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -34,13 +34,13 @@ In Internet Explorer 9-10, SVG images with `.img-fluid` are disproportionately s Add classes to an `` element to easily style images in any project.
- A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners A generic square placeholder image where only the portion within the circle circumscribed about said square is visible A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera
{% highlight html %} -... +... ... ... {% endhighlight %} @@ -50,31 +50,31 @@ Add classes to an `` element to easily style images in any project. Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering).
- A generic square placeholder image with rounded corners - A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners
{% highlight html %} -... -... +... +... {% endhighlight %}
- A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners
{% highlight html %} -... +... {% endhighlight %}
- A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners
{% highlight html %}
- ... + ...
{% endhighlight %}