Revert "CSS: Left align icons in links"
This reverts commit f570f75958
.
This commit is contained in:
parent
e1e1a535ee
commit
e6af09ec64
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue