Skip to content

Commit

Permalink
CSS: Left align icons in links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 346e470 commit f570f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/css/icinga/base.less
Expand Up @@ -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 {
Expand Down

0 comments on commit f570f75

Please sign in to comment.