summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
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
104nav {
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}