footer antennes

This commit is contained in:
Gaspard Jankowiak 2013-03-07 21:46:26 +01:00
parent e9d2f5b444
commit 1813b8a638
3 changed files with 8 additions and 1 deletions

View file

@ -56,5 +56,7 @@
} catch(err) {}
</script>
<div id="foot_image" title="Interf&eacute;rom&egrave;tre du plateau de Bure">
</div>
</body>
</html>

BIN
images/antennes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -529,7 +529,6 @@ table {
}
body {
padding: 0px 0 20px 0px;
margin: 0px;
font: 14px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
@ -798,3 +797,9 @@ nav li {
.float-left {
float:left;
}
#foot_image {
bottom: 0;
background-image: url('/images/antennes.png');
height: 150px;
}