mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Merge branch '4.2.1-wip' of github.com:FortAwesome/Font-Awesome into 4.2.1-wip
* '4.2.1-wip' of github.com:FortAwesome/Font-Awesome: Correct bootstrapcdn link Rename dot-circle-o to match naming conventions Punctuation fix. remove reference to bootstrap in getting-started
This commit is contained in:
commit
ac4eb9e368
@ -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)
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="col-md-4 col-sm-4">
|
||||
<p>
|
||||
Thanks to <a href="http://maxcdn.com"><i class="fa fa-maxcdn"> </i>MaxCDN</a> for providing the excellent
|
||||
<a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to
|
||||
<a href="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN</a>, the fastest and easiest way to
|
||||
<a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -43,7 +43,7 @@ relative_path: ../
|
||||
|
||||
<section id="default-css">
|
||||
<h2 class="page-header">EASY: Default CSS</h2>
|
||||
<p>Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.</p>
|
||||
<p>Use this method to get the default Font Awesome CSS.</p>
|
||||
<ol>
|
||||
<li>Copy the entire <code>font-awesome</code> directory into your project.</li>
|
||||
<li>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user