Browse Source

disabled the fixed position of the featured image on article pages

master
mb@mb 6 years ago
parent
commit
ebd5825f5e
  1. 2
      themes/cetcat/static/css/main.css

2
themes/cetcat/static/css/main.css

@ -212,7 +212,7 @@ pre{
/* article */ /* article */
#content.body .article-info{ #content.body .article-info{
position: fixed; /*position: fixed;*/
} }
.article-info{ .article-info{
width:200px; width:200px;

Loading…
Cancel
Save