fix foooter positioning

This commit is contained in:
Gaspard Jankowiak 2013-03-08 11:32:41 +01:00
commit 34fa3d58f2
2 changed files with 33 additions and 22 deletions

View file

@ -27,21 +27,27 @@
</head>
<body>
<div class="wrapper">
<div id="outter-wrapper">
<div class="wrapper">
<section>
<div id="title">
<h1><a href="/">Page personnelle de Gaspard Jankowiak</a></h1>
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
<section>
<div id="title">
<h1><a href="/">Page personnelle de Gaspard Jankowiak</a></h1>
<p>Thésard au Ceremade — Université Paris-Dauphine</p>
<hr>
</div>
{{ content }}
<hr>
</div>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> &mdash;
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
</span>
</section>
{{ content }}
<hr>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> &mdash;
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
</span>
</section>
</div><!-- wrapper -->
<div id="foot_image" title="Interf&eacute;rom&egrave;tre du plateau de Bure">
</div>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
@ -56,7 +62,5 @@
} catch(err) {}
</script>
<div id="foot_image" title="Interf&eacute;rom&egrave;tre du plateau de Bure">
</div>
</body>
</html>