From 46856812d73dfb1c27b6402e435746cc9a675c60 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 20 Oct 2016 01:39:14 -0400 Subject: [PATCH] Put header links on same line as github link --- _layouts/main.html | 2 +- _layouts/post.html | 2 +- stylesheets/stylesheet.css | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 53316f67..82f070d7 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -34,7 +34,7 @@ href="{{ base }}docs/Scheme-Language-Compliance">R7RS Compliance - + href="{{ base }}news">News - View on GitHub

diff --git a/_layouts/post.html b/_layouts/post.html index f0e83536..d5911494 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,7 +29,7 @@ - + href="{{ base }}news">News - View on GitHub

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 63f31e97..a06f455f 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -291,7 +291,7 @@ Full-Width Styles display: block; position: absolute; top:0; - right: 0px; + right: -30px; z-index: 10; padding: 10px 50px 10px 10px; color: #fff; @@ -306,6 +306,7 @@ Full-Width Styles color: #000; font-weight: 700; margin: 0px; + padding-top: 10px; padding-left: 10px; padding-right: 10px; white-space: nowrap;