summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-07-28 18:26:39 +0200
committerDenise sur Lya <sekhmet@lya>2020-07-28 18:26:39 +0200
commit2c023f1aec3a9a4276642bcba5329c9654730ffa (patch)
treebebc0b51fad9edefdb0fcc58925608bc53bcf859 /static/style.css
parent8b5845ffdbffa3cf291bfef8e224c1d81bdd09de (diff)
downloadoms-2c023f1aec3a9a4276642bcba5329c9654730ffa.tar.gz
oms-2c023f1aec3a9a4276642bcba5329c9654730ffa.tar.zst
oms-2c023f1aec3a9a4276642bcba5329c9654730ffa.zip
bug corrigé (ajout de lignes) + taille cachée par défaut.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e967761..6e565d3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -85,3 +85,7 @@ img#courbe {
85.bouton:hover { 85.bouton:hover {
86 cursor:pointer; 86 cursor:pointer;
87} 87}
88
89.donneesplus {
90 display: none;
91}