CSS: Left align icons in links

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 09:31:36 +01:00
parent 346e4703b8
commit f570f75958
1 changed files with 3 additions and 3 deletions

View File

@ -125,10 +125,10 @@ td, th {
// Smooth icons; ifont claims to have it, but it does not work in :before
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
&:before {
margin-left: 0;
}
a > i::before {
margin-left: 0;
}
#layout {