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