move credit to bottom
This commit is contained in:
parent
e90176d49b
commit
6463ce6e0a
2 changed files with 11 additions and 10 deletions
|
@ -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 — 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 — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a>,
|
||||||
|
powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||||
|
</span>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue