mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-15 01:30:30 +08:00
aligning icons to right in bulleted lists, which should fix icons sometimes rendering as blurred
This commit is contained in:
parent
3f9057b0fd
commit
fc55ae4de9
5
build/assets/font-awesome/less/core.less
vendored
5
build/assets/font-awesome/less/core.less
vendored
@ -48,9 +48,10 @@ ul.icons-ul {
|
|||||||
|
|
||||||
> li {
|
> li {
|
||||||
.icon-li {
|
.icon-li {
|
||||||
width: 10/14em;
|
width: 2/14em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: right;
|
||||||
|
padding-right: 8/14em;
|
||||||
}
|
}
|
||||||
a .icon-li:before { display: inline-block; }
|
a .icon-li:before { display: inline-block; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user