From: Chris Rebert Date: Mon, 17 Jun 2013 03:36:56 +0000 (-0600) Subject: CSS docs page: backticks ==> X-Git-Tag: v3.0.0-rc1~279^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8188%2Fhead;p=thirdparty%2Fbootstrap.git CSS docs page: backticks ==> --- 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.

@