From d7e40469d8e8811988e19ef9bb4e2ec976445aa8 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 19 Sep 2014 20:35:12 -0500 Subject: [PATCH 1/4] remove reference to bootstrap in getting-started "with the default Bootstrap CSS" makes it sound like Bootstrap is coming with FontAwesome, but they're completely separate. --- src/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-started.html b/src/get-started.html index 996d6a82d..d73ae82bc 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -43,7 +43,7 @@ relative_path: ../
-

Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.

+

Use this method to get the default Font Awesome CSS.

  1. Copy the entire font-awesome directory into your project.
  2. From 4de5cadb46a50b993b1bf2d4b6527f1899360155 Mon Sep 17 00:00:00 2001 From: Ararat Date: Sun, 21 Sep 2014 19:25:33 +0400 Subject: [PATCH 2/4] Punctuation fix. Punctuation is important in texts. You need to pay attention to them. I changes 'it's' to 'its', because it will mean another thing to use 'it's' instead of 'its'. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02c64a6db..2d68234d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered - Multiple-line approach (one property and value per line) - Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) - End all lines with a semi-colon -- For multiple, comma-separated selectors, place each selector on it's own line +- For multiple, comma-separated selectors, place each selector on its own line - Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks) From d7a529ac29f765a517cec7415105d6b36f78f8ff Mon Sep 17 00:00:00 2001 From: Paul Korzhyk Date: Thu, 2 Oct 2014 22:30:20 +1000 Subject: [PATCH 3/4] Rename dot-circle-o to match naming conventions Minor edit: all other icons have 'Outlined' in their name, but not dot-circle-o --- src/icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons.yml b/src/icons.yml index e450167a4..706faaaea 100644 --- a/src/icons.yml +++ b/src/icons.yml @@ -2687,7 +2687,7 @@ icons: - Web Application Icons - Directional Icons - - name: Dot Circle O + - name: Dot Circle Outlined id: dot-circle-o unicode: f192 created: 4.0 From 61064cb0e213baed546788258bb28a24b7f172db Mon Sep 17 00:00:00 2001 From: Joe Glombek Date: Tue, 7 Oct 2014 21:41:02 +0100 Subject: [PATCH 4/4] Correct bootstrapcdn link --- src/_includes/thanks-to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/thanks-to.html b/src/_includes/thanks-to.html index b442a62f8..785d76f8a 100644 --- a/src/_includes/thanks-to.html +++ b/src/_includes/thanks-to.html @@ -18,7 +18,7 @@

    Thanks to  MaxCDN for providing the excellent - BootstrapCDN, the fastest and easiest way to + BootstrapCDN, the fastest and easiest way to get started with Font Awesome.