diff options
author | polo <ordipolo@gmx.fr> | 2022-08-03 02:15:04 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-08-03 02:15:04 +0200 |
commit | e4a74650a36bbb72285d38d96ee2a0689031521e (patch) | |
tree | fb08e0c3f1b72f3372598ce1ad535d382f6f5fc7 /public | |
parent | 498ffeb0d502bbf1dbe70f0ae7a81c11b78af37d (diff) | |
download | melaine-e4a74650a36bbb72285d38d96ee2a0689031521e.zip |
captcha + améliorations regex + erreur 404
Diffstat (limited to 'public')
-rw-r--r-- | public/css/donnees_hors_editeur.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index 409dc59..620c6f8 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css | |||
@@ -25,7 +25,7 @@ td p{margin: 0px;} | |||
25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} | 25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} |
26 | /*.image img{width: 100%;}*/ | 26 | /*.image img{width: 100%;}*/ |
27 | img{max-width: 100%;} | 27 | img{max-width: 100%;} |
28 | .image-style-side{float: right;} | 28 | .image-style-side{float: right; margin: 15px 0;} |
29 | .image-style-side:not(.image_resized){max-width: 50%;} | 29 | .image-style-side:not(.image_resized){max-width: 50%;} |
30 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 30 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
31 | 31 | ||