[9.2.25] Décalage site SLB

pull/3/head
fredtempez 3 years ago
parent 446734949b
commit e8c630c21a

@ -1,9 +1,12 @@
# Changelog
## version 9.2.25
- Correction :
- Décalage du site dans SimpleLightbox.
- Modifications :
- Optimisation configuration simpleLightBox
- Syntaxe colorée dans TinyMCE Codemirror
- Optimisation configuration simpleLightBox.
- Syntaxe colorée dans TinyMCE Codemirror.
- Configuration barre d'outils et menu.
## version 9.2.24
- Corrections :

@ -30,7 +30,8 @@ body {
@media (min-width: 768px) {
body {
margin:0px 10px;
/*margin:0px 10px;*/
margin: 0;
}
}

@ -1,6 +1,6 @@
.sl-overlay {
background: rgba(0, 0, 0, .9);
opacity: 1;
opacity: 1;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,

Loading…
Cancel
Save