Skip to content

Commit

Permalink
adding sprites.less reset which fixes issue FortAwesome#6
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy authored and Maxime Fabre committed Mar 9, 2012
1 parent 52bb683 commit 5df2d1f
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 422 deletions.
16 changes: 16 additions & 0 deletions css/font-awesome.css
Expand Up @@ -29,6 +29,22 @@
font-weight: normal;
font-style: normal;
}
/* sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: inherit;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
}
li[class^="icon-"], li[class*=" icon-"] {
display: block;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
Expand Down

0 comments on commit 5df2d1f

Please sign in to comment.