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;