From ade2ab13418b2c86aa47a767533e542dc6589aff Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 22 Nov 2015 20:53:34 -0800 Subject: Remove non-responsive text alignment classes These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `
`) Refs #18300 [skip sauce] --- docs/content/figures.md | 2 +- docs/content/images.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content') diff --git a/docs/content/figures.md b/docs/content/figures.md index 7b3df8bd1..d57270518 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -20,6 +20,6 @@ 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 caption for the above image.
+
A caption for the above image.
{% endexample %} diff --git a/docs/content/images.md b/docs/content/images.md index 1f9abc982..fc37a761a 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -68,13 +68,13 @@ Align images with the [helper float classes]({{ site.baseurl }}/components/utili {% endhighlight %}
-
+
A generic square placeholder image with rounded corners
{% highlight html %} -
+
...
{% endhighlight %} -- cgit v1.2.3