diff options
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;
}
|