diff --git a/CHANGES.MD b/CHANGES.MD index bace6514..0f8451d9 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -1,5 +1,8 @@ # ChangeLog +## Version 8.4.1 +* Correction : + - Erreur de type empêchant l'affichage des articles du blog (nombre d'articles par page) ## Version 8.4.0 * Modifications : @@ -12,7 +15,7 @@ - Suppression du message de l'édition des redirections - Modifications de la présentation des en-têtes d'articles de Blog et de News - Format du mois au format long et en français -* Correction : +* Corrections : - Accès aux pages désactivées par le sitemap - Réduction du temps d'affichage des notifications - Image responsive en en-tête de l'article d'un blog diff --git a/core/layout/common.css b/core/layout/common.css index 77f45837..1f7d7d19 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -76,8 +76,8 @@ ol { /* Image */ img { - max-width: 100% !important; - height: auto !important; + max-width: 100%; + height: auto; } img[align='left'] { margin-right: 10px; @@ -311,11 +311,6 @@ header .container { height: 100%; } -/* Bannière image responsive */ -.responsive-banner img { - display:block; width:100%; -} - /* Menu */ body > nav { margin: 0 -10px; @@ -1049,4 +1044,4 @@ th.col12 { } .colorOrange { color: #F39C12; -} +} \ No newline at end of file diff --git a/core/layout/main.php b/core/layout/main.php index 29256e26..fd3cd7dc 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -25,7 +25,8 @@
@@ -243,4 +244,4 @@ showAnalytics(); ?> showScript(); ?>