From 7a98af5ec82f230dfab774b213f401f47bd9e953 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 08:01:33 -0700 Subject: [PATCH] typo --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index d30ee91b63..870be8bd8c 100644 --- a/css.html +++ b/css.html @@ -34,7 +34,7 @@ base_url: "../"

Responsive images

Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.

{% highlight html %} -Reponsive image +Responsive image {% endhighlight %}