diff --git a/_layouts/main.html b/_layouts/main.html index 82f070d7..4c317ff4 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 d5911494..cf46a7d4 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 a06f455f..71d547c0 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -288,11 +288,11 @@ Full-Width Styles } #forkme_banner { - display: block; + /*display: block; position: absolute; top:0; right: -30px; - z-index: 10; + z-index: 10;*/ padding: 10px 50px 10px 10px; color: #fff; background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%; @@ -302,6 +302,10 @@ Full-Width Styles border-bottom-right-radius: 2px; } +p.banner { + min-width: 300px; +} + .banner { color: #000; font-weight: 700;