cosmetics

This commit is contained in:
Gaspard Jankowiak 2013-11-06 12:00:43 +01:00
parent 00b8f260d0
commit 4a24f45c47
2 changed files with 15 additions and 4 deletions

View file

@ -70,12 +70,15 @@
{{ content }}
<p class="clear">
</div>
<hr class="clear">
<span class="credits left"><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fgjankowiak.github.com{{ page.url | cgi_escape }}">Validate</a> HTML</span>
<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>
<footer>
<span class="credits left"><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fgjankowiak.github.com{{ page.url | cgi_escape }}">Validate</a> HTML</span>
<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>
</footer>
</section>
</div><!-- wrapper -->

View file

@ -127,6 +127,10 @@ body {
margin: 0;
}
footer {
opacity: 0.7;
}
/* =============================================================================
Links
========================================================================== */
@ -820,6 +824,10 @@ table.submitted a {
color: #77C;
}
#content {
margin-bottom: 10px;
}
#content h1 {
border-left: 0.3em solid #77d;
border-radius: 3px;