Merge pull request #3 from Martyn96/patch-1

Fix .fa-steam icon bug
This commit is contained in:
Jonathan de Faye Feist 2015-08-05 20:10:21 +01:00
commit d401ed6895
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ register_css <<CSS
}
.btn-social.steam:before {
content:"\f1b6";
content: $fa-var-steam;
}
CSS
CSS