diff options
| author | Chris Rebert <[email protected]> | 2013-12-19 19:10:16 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-19 19:10:16 -0800 |
| commit | 2c5e5b23e132d59c3f459b25a31a81689cc088fd (patch) | |
| tree | 5d560fbd0caba22dab7770fbf9e4cd4aef75d78b | |
| parent | 523eca14e81dcb448468e6881f7e071e5d7896e4 (diff) | |
| parent | 2e0337a61b36cb53dcbf8d171fc6ebdc8c084ac5 (diff) | |
| download | bootstrap-2c5e5b23e132d59c3f459b25a31a81689cc088fd.tar.xz bootstrap-2c5e5b23e132d59c3f459b25a31a81689cc088fd.zip | |
Merge pull request #11951 from bnewcomb/master
Fix sentence grammar
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2906,7 +2906,7 @@ a { <p>Note that the <code>@link-color-hover</code> uses a function, another awesome tool from LESS, to automagically create the right hover color. You can use <code>darken</code>, <code>lighten</code>, <code>saturate</code>, and <code>desaturate</code>.</p> <h3 id="less-variables-typography">Typography</h3> - <p>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.</p> + <p>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.</p> {% highlight css %} @font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-serif: Georgia, "Times New Roman", Times, serif; |
