footer antennes
This commit is contained in:
parent
e9d2f5b444
commit
1813b8a638
3 changed files with 8 additions and 1 deletions
|
@ -56,5 +56,7 @@
|
||||||
} catch(err) {}
|
} catch(err) {}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
images/antennes.png
Normal file
BIN
images/antennes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -529,7 +529,6 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 0px 0 20px 0px;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -798,3 +797,9 @@ nav li {
|
||||||
.float-left {
|
.float-left {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#foot_image {
|
||||||
|
bottom: 0;
|
||||||
|
background-image: url('/images/antennes.png');
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue