slider 7.1
This commit is contained in:
parent
c3ff13856b
commit
f024a960e4
@ -1,3 +1,5 @@
|
|||||||
|
# Version 7.1
|
||||||
|
|
||||||
# Version 7.0
|
# Version 7.0
|
||||||
- Ajoute un affichage de la légende sous l'image
|
- Ajoute un affichage de la légende sous l'image
|
||||||
- Corrige un tri inversé
|
- Corrige un tri inversé
|
||||||
|
@ -27,7 +27,7 @@ class slider extends common
|
|||||||
'index' => self::GROUP_VISITOR
|
'index' => self::GROUP_VISITOR
|
||||||
];
|
];
|
||||||
|
|
||||||
const VERSION = '7.0';
|
const VERSION = '7.1';
|
||||||
const REALNAME = 'Carrousel';
|
const REALNAME = 'Carrousel';
|
||||||
const DELETE = true;
|
const DELETE = true;
|
||||||
const UPDATE = '0.0';
|
const UPDATE = '0.0';
|
||||||
|
@ -52,21 +52,22 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
.rslides h1 {
|
||||||
font: 600 28px/36px sans-serif;
|
font: 600 28px/36px sans-serif;
|
||||||
margin: 50px 0;
|
margin: 50px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
.rslides h3 {
|
||||||
font: 600 18px/24px sans-serif;
|
font: 600 18px/24px sans-serif;
|
||||||
color: #999;
|
color: #999;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
.rslides a {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.rslides {
|
.rslides {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user