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.

@