mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Revert "CSS: Left align icons in links"
This reverts commit f570f7595858004ca4baa7b38e72e47109944193.
This commit is contained in:
parent
e1e1a535ee
commit
e6af09ec64
@ -125,11 +125,11 @@ td, th {
|
|||||||
// Smooth icons; ifont claims to have it, but it does not work in :before
|
// Smooth icons; ifont claims to have it, but it does not work in :before
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
|
||||||
|
|
||||||
a > i::before {
|
&:before {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#layout {
|
#layout {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user