Browse Source

Update after pull

pull/311/head
Artur Arseniev 9 years ago
parent
commit
5bbbb668ac
  1. 1
      .gitignore
  2. 2
      styles/css/font-awesome.css
  3. 2
      styles/css/main.css

1
.gitignore

@ -7,6 +7,7 @@ npm-debug.log
style/.sass-cache/
img/
images/
private/
docs/
vendor/

2
styles/css/font-awesome.css

@ -14,7 +14,7 @@
.fa {
display: inline-block;
font: normal normal normal 14px / 1 FontAwesome;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;

2
styles/css/main.css

@ -494,7 +494,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
.fa {
display: inline-block;
font: normal normal normal 14px / 1 FontAwesome;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;

Loading…
Cancel
Save