Fix incorrect icon font implementation

Closes #35
This commit is contained in:
John O'Nolan 2013-10-18 19:42:50 +02:00
parent 06aee0b2c5
commit d504ec0a16
1 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,11 @@
} }
/* Apply these base styles to all icons */ /* Apply these base styles to all icons */
.icon-ghost, .icon-feed, .icon-twitter, .icon-google-plus, .icon-facebook { .icon-ghost:before,
.icon-feed:before,
.icon-twitter:before,
.icon-google-plus:before,
.icon-facebook:before {
font-family: 'icons'; font-family: 'icons';
speak: none; speak: none;
font-style: normal; font-style: normal;
@ -576,6 +580,7 @@ table.plain tbody > tr:nth-child(odd) > th {
display: inline-block; display: inline-block;
margin: 1.4rem 1.6rem 1.6rem 0; margin: 1.4rem 1.6rem 1.6rem 0;
color: #BBC7CC; color: #BBC7CC;
text-decoration: none;
} }
.post-footer .share a:hover { .post-footer .share a:hover {
@ -712,7 +717,7 @@ table.plain tbody > tr:nth-child(odd) > th {
color: #D2DEE3; color: #D2DEE3;
font-size: 10px; font-size: 10px;
position: absolute; position: absolute;
top: 2px; top: 9px;
left: 9px; left: 9px;
font-weight: bold; font-weight: bold;
transition: color 0.5s ease; transition: color 0.5s ease;