Skip to content

Commit

Permalink
Merge pull request #79 from MV88/fix-font-css
Browse files Browse the repository at this point in the history
fix #68 : fixed font.css
  • Loading branch information
MV88 authored Jul 25, 2016
2 parents 8f5a133 + 44eb74e commit 34a774b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/default/css/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
.glyphicon-1-measure-area:before {
content: "\72";
}
.glyphicon-1-measure-leight:before {
.glyphicon-1-measure-lenght:before {
content: "\73";
}
.glyphicon-1-measure-path:before {
Expand Down Expand Up @@ -152,7 +152,7 @@
.glyphicon-align-right:before {
content: "\4f";
}
.glyphicon-arrow-asterisk:before {
.glyphicon-asterisk:before {
content: "\50";
}
.glyphicon-arrow-down:before {
Expand Down Expand Up @@ -287,7 +287,7 @@
.glyphicon-globe:before {
content: "\e000";
}
.glyph{
.glyphicon-hand-down:before {
content: "\e001";
}
.glyphicon-hand-left:before {
Expand Down Expand Up @@ -658,4 +658,4 @@
}
.glyphicon-eye-close:before {
content: "\2f";
}
}

0 comments on commit 34a774b

Please sign in to comment.