add back in font-awesome <li> rule

This commit is contained in:
Jeff Atwood 2013-04-05 15:40:36 -07:00
parent 3588bb828a
commit b78362bb85
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,12 @@ a [class*=" icon-"] {
line-height: .6em; line-height: .6em;
} }
li [class^="icon-"],li [class*=" icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */ readers do not read off random characters that represent icons */
.icon-glass:before { content: "\f000"; } .icon-glass:before { content: "\f000"; }