Fix issues with icons after changing icon-font generator

This commit is contained in:
Gaël Métais
2015-04-27 23:05:27 +02:00
parent 92b73f62ad
commit 95ff81d81f
5 changed files with 14 additions and 4 deletions
File diff suppressed because one or more lines are too long
+4
View File
@@ -247,4 +247,8 @@ a.linkButton {
.version {
font-size: 0.7em;
}
}
[class^="icon-"]:before, [class*=" icon-"]:before {
vertical-align: baseline;
}