diff options
author | Denise sur Lya <sekhmet@lya> | 2021-02-18 23:24:27 +0100 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2021-02-18 23:24:27 +0100 |
commit | 21c5bd576c3fc8a4a0be8a6550bd02353ee35a92 (patch) | |
tree | 744abe94dd2c960b27087b75a3b20ba475053f90 /static | |
parent | 09dff7ba9e0185dce5a76a218242bd7a96c3c724 (diff) | |
download | oms-21c5bd576c3fc8a4a0be8a6550bd02353ee35a92.tar.gz oms-21c5bd576c3fc8a4a0be8a6550bd02353ee35a92.tar.zst oms-21c5bd576c3fc8a4a0be8a6550bd02353ee35a92.zip |
petites amélio + FAQ
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 2c2358e..929bfd4 100644 --- a/static/style.css +++ b/static/style.css | |||
@@ -100,3 +100,15 @@ img#courbe { | |||
100 | .donneesplus { | 100 | .donneesplus { |
101 | display: none; | 101 | display: none; |
102 | } | 102 | } |
103 | |||
104 | nav { | ||
105 | position: fixed; | ||
106 | bottom: 1px; | ||
107 | background-color:#EEEEEE; | ||
108 | border:solid 1px; | ||
109 | padding: 4px; | ||
110 | } | ||
111 | |||
112 | #content { | ||
113 | padding-bottom: 70px; | ||
114 | } | ||