cosmetics
This commit is contained in:
parent
00b8f260d0
commit
4a24f45c47
2 changed files with 15 additions and 4 deletions
|
@ -70,12 +70,15 @@
|
|||
|
||||
{{ content }}
|
||||
|
||||
<p class="clear">
|
||||
</div>
|
||||
<hr class="clear">
|
||||
<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 — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
</span>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
</div><!-- wrapper -->
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue