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;