From: Frédéric Péters Date: Sat, 22 Jul 2017 09:03:58 +0000 (+0200) Subject: add border on top of emission and episode pages X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=344fba66b1956a1ab43007a077f3e0f5696fac5e add border on top of emission and episode pages --- diff --git a/panikweb_templates/static/css/_specifics.scss b/panikweb_templates/static/css/_specifics.scss index 1ee9aa1..e258482 100644 --- a/panikweb_templates/static/css/_specifics.scss +++ b/panikweb_templates/static/css/_specifics.scss @@ -2096,6 +2096,16 @@ div#actu { } div.emission-detail { + &::before { + content: ""; + background: url($data_uri_news_delim1) top center repeat-x; + height: 12px; + display: block; + width: 100%; + position: absolute; + top: 0; + } + padding-top: 12px; background: url($data_uri_news_delim1) bottom center repeat-x; padding-bottom: 14px; display: flex;