From dc6204c034321841ddaea1643e6600aefd95fc56 Mon Sep 17 00:00:00 2001 From: Bachurin Sergey Date: Sun, 31 May 2015 01:10:55 +0300 Subject: [PATCH] footer css --- project/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/css/style.css b/project/static/css/style.css index 54f4997..3371102 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -552,7 +552,7 @@ div.blockMsg { width: 100%; height: 100%; top: 0; left: 0; text-align: center; } .w200 {width:200px;min-height:5px;} .header {font-weight:bold;} -#footer {background:url('../img/footer-bg.jpg')#38424c;height:100px;position: absolute; bottom: 0px; width:100%;} +#footer {background:url('../img/footer-bg.jpg')#38424c;height:100px;position: absolute; bottom: 0px; width:100%;z-index:10;} #footer-content {width:1200px;margin:0 auto;} #footer-content a {margin-right: 15px;text-decoration: none;color:#607c99;} .footer-text {position:relative;padding:25px 0 10px 0;color:#fff;}