Browse Source

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

davegandy 12 years ago
parent
commit
fc55ae4de9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      build/assets/font-awesome/less/core.less

+ 3 - 2
build/assets/font-awesome/less/core.less

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