cosmetics
This commit is contained in:
parent
00b8f260d0
commit
4a24f45c47
2 changed files with 15 additions and 4 deletions
|
@ -70,12 +70,15 @@
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
<p class="clear">
|
||||||
</div>
|
</div>
|
||||||
<hr class="clear">
|
<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>
|
<footer>
|
||||||
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
<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>
|
||||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||||
</span>
|
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div><!-- wrapper -->
|
</div><!-- wrapper -->
|
||||||
|
|
|
@ -127,6 +127,10 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
Links
|
Links
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -820,6 +824,10 @@ table.submitted a {
|
||||||
color: #77C;
|
color: #77C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#content h1 {
|
#content h1 {
|
||||||
border-left: 0.3em solid #77d;
|
border-left: 0.3em solid #77d;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue