From d504ec0a16451a740e97f75da9b1465630b99496 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 18 Oct 2013 19:42:50 +0200 Subject: [PATCH] Fix incorrect icon font implementation Closes #35 --- assets/css/screen.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 498f3ff..2da4a03 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -42,7 +42,11 @@ } /* 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'; speak: none; font-style: normal; @@ -576,6 +580,7 @@ table.plain tbody > tr:nth-child(odd) > th { display: inline-block; margin: 1.4rem 1.6rem 1.6rem 0; color: #BBC7CC; + text-decoration: none; } .post-footer .share a:hover { @@ -712,7 +717,7 @@ table.plain tbody > tr:nth-child(odd) > th { color: #D2DEE3; font-size: 10px; position: absolute; - top: 2px; + top: 9px; left: 9px; font-weight: bold; transition: color 0.5s ease;