From 65a12d0e25b0d1bce8691c0cf23fcbfc0935ded5 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 23 Mar 2023 07:49:52 +0100 Subject: [PATCH] Blog 6.6 position RSS CSS --- module/blog/blog.php | 2 +- module/blog/changes.md | 2 ++ module/blog/view/index/index.css | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 7845d6e9..2288a184 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -16,7 +16,7 @@ class blog extends common { - const VERSION = '6.5'; + const VERSION = '6.6'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/blog/changes.md b/module/blog/changes.md index f07709e3..c79ad906 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,4 +1,6 @@ +# version 6.6 +- Position de l'icône RSS # version 6.5 - Intl dates formats - Modifications liées à la suppression de flatpickr diff --git a/module/blog/view/index/index.css b/module/blog/view/index/index.css index ead594b7..395cfb01 100755 --- a/module/blog/view/index/index.css +++ b/module/blog/view/index/index.css @@ -96,7 +96,6 @@ */ #rssFeed { text-align: right; - float: right; } #rssFeed p { display: inline;