From 50df5de14f80a9f0ba1252195303d64b574b483f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 16 Jun 2013 21:36:56 -0600 Subject: [PATCH] CSS docs page: backticks ==> --- docs/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css.html b/docs/css.html index 6b6695464d..c012557330 100644 --- a/docs/css.html +++ b/docs/css.html @@ -47,7 +47,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

Centering with container

-

Easily center a page's contents by wrapping its contents in a container. Containers set `max-width` at various media query breakpoints to match our grid system.

+

Easily center a page's contents by wrapping its contents in a container. Containers set max-width at various media query breakpoints to match our grid system.

{% highlight html %}
... @@ -1552,7 +1552,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Optional sizes

-

Add the relative form sizing classes to the `.input-group-addon`.

+

Add the relative form sizing classes to the .input-group-addon.

@ -- 2.47.2