diff --git a/_layouts/post.html b/_layouts/post.html index cf46a7d4..14c1c663 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -30,7 +30,7 @@ href="{{ base }}docs/Scheme-Language-Compliance">R7RS Compliance - News - - View on GitHub + View on GitHub
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 47451ff8..82e0803f 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -302,6 +302,17 @@ Full-Width Styles border-bottom-right-radius: 2px; } +.banner-forkme { + color: #fff; + background: url('../images/blacktocat.png') #000000 no-repeat 95% 50%; + font-weight: 700; + margin: 0px; + padding-top: 10px; + padding-left: 10px; + padding-right: 10px; + white-space: nowrap; +} + p.banner { /*min-width: 300px;*/ }