From 959eef1db2b6e12b25587ea4a9de731221475a16 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Wed, 28 Dec 2016 15:55:19 -0800 Subject: [PATCH] Add twitter link --- src/Podsync/Views/Shared/_Layout.cshtml | 3 +++ src/Podsync/wwwroot/css/site.css | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/Podsync/Views/Shared/_Layout.cshtml b/src/Podsync/Views/Shared/_Layout.cshtml index 85b4d42..806388e 100644 --- a/src/Podsync/Views/Shared/_Layout.cshtml +++ b/src/Podsync/Views/Shared/_Layout.cshtml @@ -29,6 +29,9 @@ @RenderBody() diff --git a/src/Podsync/wwwroot/css/site.css b/src/Podsync/wwwroot/css/site.css index be74154..0c3225a 100644 --- a/src/Podsync/wwwroot/css/site.css +++ b/src/Podsync/wwwroot/css/site.css @@ -29,6 +29,8 @@ a { z-index: 0; } +/* Footer */ + .footer { background-image: url('../img/pc_footer.png'); -ms-background-repeat: space; @@ -47,6 +49,22 @@ a { z-index: 1; } +.twitter-link { + position: absolute; + right: 1em; + bottom: 0; + font-size: 3em; +} + +.twitter-link a { + color: rgb(62, 62, 41); +} + +.twitter-link a:hover { + color: rgb(33, 33, 26); + background: none; +} + /* Header */ .title {