slider 7.1

This commit is contained in:
Fred Tempez 2024-08-22 05:33:06 +02:00
parent c3ff13856b
commit f024a960e4
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,5 @@
# Version 7.1
# Version 7.0
- Ajoute un affichage de la légende sous l'image
- Corrige un tri inversé

View File

@ -27,7 +27,7 @@ class slider extends common
'index' => self::GROUP_VISITOR
];
const VERSION = '7.0';
const VERSION = '7.1';
const REALNAME = 'Carrousel';
const DELETE = true;
const UPDATE = '0.0';

View File

@ -52,21 +52,22 @@
margin-bottom: 50px;
}
h1 {
.rslides h1 {
font: 600 28px/36px sans-serif;
margin: 50px 0;
}
h3 {
.rslides h3 {
font: 600 18px/24px sans-serif;
color: #999;
margin: 0 0 20px;
}
a {
.rslides a {
color: #222;
}
.rslides {
margin: 0 auto;
}