move credit to bottom

This commit is contained in:
Gaspard Jankowiak 2013-02-25 11:40:19 +01:00
parent e90176d49b
commit 6463ce6e0a
2 changed files with 11 additions and 10 deletions

View file

@ -27,12 +27,13 @@
<h1><a style="color:rgb(232,232,232);" href="http://gjankowiak.github.com/">Page personnelle de Gaspard Jankowiak</a></h1> <h1><a style="color:rgb(232,232,232);" href="http://gjankowiak.github.com/">Page personnelle de Gaspard Jankowiak</a></h1>
<p>Thésard au Ceremade — Université Paris-Dauphine</p> <p>Thésard au Ceremade — Université Paris-Dauphine</p>
<hr> <hr>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a>,
powered by <a href="http://jekyllrb.com/">Jekyll</a>
</span>
</div> </div>
{{ content }} {{ content }}
<hr>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a>,
powered by <a href="http://jekyllrb.com/">Jekyll</a>
</span>
</section> </section>
</div> </div>

View file

@ -796,7 +796,7 @@ section {
section #title { section #title {
border: 0; border: 0;
outline: none; outline: none;
margin: 0 0 50px 0; margin: 0;
padding: 0 0 5px 0; padding: 0 0 5px 0;
} }
section #title h1 { section #title h1 {
@ -813,32 +813,32 @@ section #title p {
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
} }
section #title .credits { section .credits {
font-size: 11px; font-size: 11px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal; font-weight: normal;
color: #696969; color: #696969;
margin-top: -10px; margin-top: -10px;
} }
section #title .credits.left { section .credits.left {
float: left; float: left;
} }
section #title .credits.right { section .credits.right {
float: right; float: right;
} }
@media print, screen and (max-width: 720px) { @media print, screen and (max-width: 720px) {
#title .credits { .credits {
display: block; display: block;
width: 100%; width: 100%;
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
} }
#title .credits .left { .credits .left {
float: none; float: none;
display: block; display: block;
} }
#title .credits .right { .credits .right {
float: none; float: none;
display: block; display: block;
} }