mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00: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 {
|
||||
.icon-li {
|
||||
width: 10/14em;
|
||||
width: 2/14em;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
padding-right: 8/14em;
|
||||
}
|
||||
a .icon-li:before { display: inline-block; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user