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 {
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 {