Skip to content

Commit

Permalink
Revert "CSS: Left align icons in links"
Browse files Browse the repository at this point in the history
This reverts commit f570f75.
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent e1e1a53 commit e6af09e
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;
}

a > i::before {
margin-left: 0;
&:before {
margin-left: 0;
}
}

#layout {
Expand Down

0 comments on commit e6af09e

Please sign in to comment.