diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:46:20 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:46:20 +0200 |
commit | ccf14158a4516b17a40630446094c010f9842220 (patch) | |
tree | 7e5a5dd7510dbcf1880fff00aabe676d7f8cf071 /static/style-bon.css | |
parent | e473ada5b86762e2db0f0a9b7bbe722769bb2c9b (diff) | |
download | site-ccf14158a4516b17a40630446094c010f9842220.tar.gz site-ccf14158a4516b17a40630446094c010f9842220.zip |
fix no js
Diffstat (limited to 'static/style-bon.css')
-rw-r--r-- | static/style-bon.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style-bon.css b/static/style-bon.css index 3635d6e..6f77fd7 100644 --- a/static/style-bon.css +++ b/static/style-bon.css @@ -101,6 +101,10 @@ pre.center{ justify-content: center;
}
+pre.hide {
+ display: none;
+}
+
div#calendrier > pre.center{
justify-content: right;
}
|