From ebd5825f5e71b46d6c9f50a98908a21771e57c6e Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Fri, 2 Feb 2018 10:38:25 +0100 Subject: [PATCH] disabled the fixed position of the featured image on article pages --- themes/cetcat/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cetcat/static/css/main.css b/themes/cetcat/static/css/main.css index 209972b6d6..688027c9fb 100644 --- a/themes/cetcat/static/css/main.css +++ b/themes/cetcat/static/css/main.css @@ -212,7 +212,7 @@ pre{ /* article */ #content.body .article-info{ - position: fixed; + /*position: fixed;*/ } .article-info{ width:200px;