From: Ben Newcomb Date: Fri, 20 Dec 2013 02:57:43 +0000 (-0800) Subject: Minor grammar change X-Git-Tag: v3.1.0~140^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11951%2Fhead;p=thirdparty%2Fbootstrap.git Minor grammar change 'as well' was used twice in sentence --- diff --git a/css.html b/css.html index cba0c4536f..6119b2e04d 100644 --- a/css.html +++ b/css.html @@ -2906,7 +2906,7 @@ a {

Note that the @link-color-hover uses a function, another awesome tool from LESS, to automagically create the right hover color. You can use darken, lighten, saturate, and desaturate.

Typography

-

Easily set your type face, text size, leading, and more with a few quick variables. Bootstrap makes use of these as well to provide easy typographic mixins as well.

+

Easily set your type face, text size, leading, and more with a few quick variables. Bootstrap makes use of these as well to provide easy typographic mixins.

{% highlight css %} @font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-serif: Georgia, "Times New Roman", Times, serif;