From 67ec5c437ebf875c3cbf5a1ff95cb2e56d77bcd3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 9 Aug 2016 17:52:46 -0400 Subject: [PATCH] WIP --- _layouts/post.html | 2 +- stylesheets/stylesheet.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 30022fcf..bf264017 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -24,7 +24,7 @@ - - - - +

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 9eff5459..d88450f4 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -310,6 +310,9 @@ Full-Width Styles white-space: nowrap; } +.banner-highlight:before{content:"("} +.banner-highlight:after{content:")"} + #header_wrap { background: #000000; }