From 754ebdc1274b7f11b21a9a75d204d29e50b076f6 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 1 Feb 2018 20:47:52 +0100 Subject: [PATCH] last css details --- themes/cetcat/static/css/main.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/themes/cetcat/static/css/main.css b/themes/cetcat/static/css/main.css index ec89a869bf..209972b6d6 100644 --- a/themes/cetcat/static/css/main.css +++ b/themes/cetcat/static/css/main.css @@ -210,26 +210,24 @@ pre{ /****************************/ /* article */ -#content.body .entry-title{ - display:inline-block; - font-family: "cmusans"; - font-size: 180%; - line-height: 1.25; - font-weight: bold; - margin:30px 0 30px 275px; - color:#7e5211; - width: calc(100% - 275px); -} -.article-info, .post-info{ - color:#7e5211; + +#content.body .article-info{ + position: fixed; } .article-info{ width:200px; float: left; margin-bottom:1em; } - .article-info .entry-title{ - + #content.body .entry-title{ + display:inline-block; + font-family: "cmusans"; + font-size: 180%; + line-height: 1.25; + font-weight: bold; + margin:30px 0 30px 275px; + color:#7e5211; + width: calc(100% - 275px); } .article-info .featured-image img{ max-width: 200px;