From c40824ed6d2f5b372e2ab41b7e273f9c744d886c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 27 Apr 2016 01:09:56 -0400 Subject: [PATCH] WIP --- _layouts/post.html | 4 ++-- stylesheets/stylesheet.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 6ec7180c..a9606fab 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,8 +17,8 @@
-
-
+

Home | User Manual | Test 3 diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index b5e689fb..10ef8632 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -280,6 +280,12 @@ Full-Width Styles margin: 0 auto; } +.inner-top { + position: relative; + max-width: 640px; + margin: 0 auto; +} + #forkme_banner { display: block; position: absolute; @@ -295,9 +301,10 @@ Full-Width Styles border-bottom-right-radius: 2px; } -p.banner { +#top-banner { color: #fff; font-weight: 700; + margin: 0px; } #header_wrap {