From ae8c3384b158e32b0f0803f25bc1c73bb53a7d87 Mon Sep 17 00:00:00 2001 From: tubia Date: Wed, 3 Jun 2015 13:38:33 +0200 Subject: [PATCH] bugfix bs3, fixed background and padding-top --- themes/bs3/static/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index 3872abb..0e82b60 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -3,6 +3,8 @@ background-position: top left, center center fixed; background-repeat: no-repeat; background-size: auto, cover; + background-attachment: fixed; + padding-top: 45px; color: #66BF7A; } #main-block { background-color: rgba(61, 66, 59, .53);