diff options
author | Denise sur Lya <sekhmet@lya> | 2022-05-14 20:50:08 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2022-05-14 21:00:02 +0200 |
commit | 9d7f1506a59fdda338491f6df8c1e5bd2e442ab8 (patch) | |
tree | 6298afa1f0c59f5bfde1d93afa9f70a6021d67c6 /static | |
parent | 93921ad171ad71f56f038102978abc1ed0c97d5c (diff) | |
download | oms-9d7f1506a59fdda338491f6df8c1e5bd2e442ab8.tar.gz oms-9d7f1506a59fdda338491f6df8c1e5bd2e442ab8.tar.zst oms-9d7f1506a59fdda338491f6df8c1e5bd2e442ab8.zip |
Bug mineur corrigé (date inférieure à la date de naissance)
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index f72a546..d25b5eb 100644 --- a/static/style.css +++ b/static/style.css | |||
@@ -124,6 +124,13 @@ nav { | |||
124 | width:7em | 124 | width:7em |
125 | } | 125 | } |
126 | 126 | ||
127 | /* Réponses dans la page liste */ | ||
128 | .reponses { | ||
129 | font-size: 0.9em ; | ||
130 | display: none; | ||
131 | |||
132 | } | ||
133 | |||
127 | /* Page changelog */ | 134 | /* Page changelog */ |
128 | #suite_changelog { | 135 | #suite_changelog { |
129 | display: none; | 136 | display: none; |