X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;fp=static%2Fstyle.css;h=929bfd43c6e57b00b853990f9b4e089c7b6c99d0;hp=2c2358ed46b5b6987c7a8fa1c075400c28147392;hb=21c5bd576c3fc8a4a0be8a6550bd02353ee35a92;hpb=09dff7ba9e0185dce5a76a218242bd7a96c3c724 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 { .donneesplus { display: none; } + +nav { + position: fixed; + bottom: 1px; + background-color:#EEEEEE; + border:solid 1px; + padding: 4px; +} + +#content { + padding-bottom: 70px; +}