forked from ZwiiCMS-Team/ZwiiCMS
[9.0.20] Taille police numéro de version
This commit is contained in:
parent
f730d03b15
commit
7fca85941e
@ -1,6 +1,10 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
|
||||||
|
## Version 9.0.20
|
||||||
|
- Correction :
|
||||||
|
- Taille de police du numéro de version
|
||||||
|
|
||||||
## Version 9.0.19
|
## Version 9.0.19
|
||||||
- Correction :
|
- Correction :
|
||||||
- Alignement du menu
|
- Alignement du menu
|
||||||
|
@ -28,7 +28,7 @@ class common {
|
|||||||
const GROUP_ADMIN = 3;
|
const GROUP_ADMIN = 3;
|
||||||
|
|
||||||
// Numéro de version stable
|
// Numéro de version stable
|
||||||
const ZWII_VERSION = '9.0.19';
|
const ZWII_VERSION = '9.0.20';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
@ -503,6 +503,9 @@ footer .col4 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footerDisplayVersion {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
footer #footerSocials span {
|
footer #footerSocials span {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
2
core/vendor/tinymce/link_list.json
vendored
2
core/vendor/tinymce/link_list.json
vendored
@ -1 +1 @@
|
|||||||
[{"title":"Accueil","value":"?accueil","menu":[{"title":"Galeries","value":"?galeries"},{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise-en-page"},{"title":"Menu lat\u00e9ral","value":"?menu-lateral"}]},{"title":"Blog","value":"?blog"},{"title":"Site de Zwii","value":"?site-de-zwii"},{"title":"Contact","value":"?contact"}]
|
[{"title":"Accueil","value":"?accueil","menu":[{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise-en-page"}]},{"title":"Blog","value":"?blog"},{"title":"Galeries","value":"?galeries"},{"title":"Site de Zwii","value":"?site-de-zwii"},{"title":"Contact","value":"?contact"}]
|
Loading…
Reference in New Issue
Block a user