From 8626883b224ccabed7ca7065dca5b2b6c6308eca Mon Sep 17 00:00:00 2001 From: imakewebthings Date: Thu, 12 Dec 2013 18:36:32 -0800 Subject: [PATCH] GitHub link --- public/stylesheets/main.css | 12 ++++++++++++ views/index.jade | 2 ++ views/results.jade | 2 ++ 3 files changed, 16 insertions(+) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index a04d97c..a54500d 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -123,14 +123,26 @@ ul { } .footer { + color:#bd3d70; font-size:12px; padding:8px 10px 0 10px; + overflow:hidden; } .stats { + float:left; display:none; } .localstorage .stats { display:block; } + +.github { + float:right; + color:#bd3d70; +} + +.github:hover, .github:focus { + color:#31061b; +} diff --git a/views/index.jade b/views/index.jade index 3ad4d35..ed79d93 100644 --- a/views/index.jade +++ b/views/index.jade @@ -15,3 +15,5 @@ block content span.stats-correct / span.stats-total + a.github(href='https://github.com/kid-icarus/meatmatch', target='_blank') + | GitHub diff --git a/views/results.jade b/views/results.jade index 10f676f..67b8a7d 100644 --- a/views/results.jade +++ b/views/results.jade @@ -17,6 +17,8 @@ block content span.stats-correct / span.stats-total + a.github(href='https://github.com/kid-icarus/meatmatch', target='_blank') + | GitHub script(type='text/javascript'). window.isCorrect = #{isCorrect};