From 13863841a352ff4f81a1307cea388124891680c2 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 27 Aug 2016 13:11:39 +0200 Subject: [PATCH] moved overlay --- static/css/style-global.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/css/style-global.css b/static/css/style-global.css index 706a4f2..14cf01c 100755 --- a/static/css/style-global.css +++ b/static/css/style-global.css @@ -183,7 +183,7 @@ #header { position: relative; - background: #d64760 url('images/overlay.png'); + background: #d64760 url('../img/overlay.png'); color: #fff; cursor: default; } @@ -246,7 +246,7 @@ { border: 5px solid rgb(255, 255, 255); padding: 2em 3em; - background: #d64760 url('/static/css/images/overlay.png'); + background: #d64760 url('/static/img/overlay.png'); } .center @@ -261,18 +261,18 @@ .reply { - background: #47d65f url('/static/css/images/overlay.png'); + background: #47d65f url('/static/img/overlay.png'); } .red { - background: #ffeeee url('/static/css/images/overlay.png') !important; + background: #ffeeee url('/static/img/overlay.png') !important; } #message { padding: 20px; - background: lightyellow url('/static/css/images/overlay.png'); + background: lightyellow url('/static/img/overlay.png'); color: #d64760; font-size: 1.5em; } @@ -286,6 +286,6 @@ nav { min-height: 0 !important; - background: #d64760 url('images/overlay.png'); + background: #d64760 url('../img/overlay.png'); padding: 1em 2em; }