Skip to content

Commit

Permalink
Remove non-ASCII characters
Browse files Browse the repository at this point in the history
Fix #40
  • Loading branch information
tusbar committed Mar 29, 2015
1 parent 8cc4b45 commit d016f05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/less/global/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ footer {
margin: 0 5px 0 0;

&:after {
content: '';
content: '\2022';
padding: 0 0 0 5px;
}

Expand Down
2 changes: 1 addition & 1 deletion static/less/pages/course/pages.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
}

.call-to-action {
.call-to-action {
.text-center();

a {
Expand Down
6 changes: 3 additions & 3 deletions static/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
@fa-font-path: '../fonts/font-awesome';

// This overrides Glyphicons paths in Bootstrap:
// It is rather hacky since the fonts dont share the same characters.
// But it will fix a few errors trying to fetch fonts that dont exist.
// (we dont want glyphicons)
// It is rather hacky since the fonts don't share the same characters.
// But it will fix a few errors trying to fetch fonts that don't exist.
// (we don't want glyphicons)
@icon-font-path: '../fonts/font-awesome/';
@icon-font-name: 'fontawesome-webfont';
@icon-font-svg-id: 'fontawesomeregular';
Expand Down

0 comments on commit d016f05

Please sign in to comment.