version 8.4.1
This commit is contained in:
parent
375522c027
commit
98492ad39e
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
@ -25,7 +25,8 @@
|
||||
<div id="menu" class="
|
||||
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-top'){echo 'container-large';}else{echo'container';}
|
||||
?>">
|
||||
<?php $layout->showMenu(); ?>
|
||||
|
||||
<?php $layout->showMenu(); ?>
|
||||
</div>
|
||||
</nav>
|
||||
<?php endif; ?>
|
||||
@ -243,4 +244,4 @@
|
||||
<?php $layout->showAnalytics(); ?>
|
||||
<?php $layout->showScript(); ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
@ -38,7 +38,6 @@
|
||||
<div class="block">
|
||||
<h4>Image</h4>
|
||||
<?php echo template::file('themeHeaderImage', [
|
||||
'help' => 'Si vous souhaitez une bannière vraiment responsive, composez une image aux dimensions prévues par Zwii avec titre, logo, slogan, etc. et choisissez la position « Cachée ».',
|
||||
'label' => 'Fond',
|
||||
'type' => 1,
|
||||
'value' => $this->getData(['theme', 'header', 'image'])
|
||||
|
Loading…
Reference in New Issue
Block a user