diff --git a/_layouts/post.html b/_layouts/post.html index 2c7fff3b..977b6afa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,10 +16,16 @@ +
+
+ Home | + User Manual | + Test 3 +
+
View on GitHub -

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 7c03b51c..f8c3fc79 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -295,6 +295,7 @@ Full-Width Styles border-bottom-right-radius: 2px; } +/* .banner { display: block; position: absolute; @@ -307,6 +308,10 @@ Full-Width Styles box-shadow: 0 0 10px rgba(0,0,0,.5); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; +}*/ + +#header_wrap { + background: #000000; } #header_wrap {