aligning icons to right in bulleted lists, which should fix icons sometimes rendering as blurred

This commit is contained in:
davegandy 2013-05-23 17:44:49 -04:00
parent 3f9057b0fd
commit fc55ae4de9

View file

@ -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; }
}