minor style fixes
This commit is contained in:
parent
0676489822
commit
c30de1630e
|
@ -13,10 +13,7 @@ code, pre {
|
|||
}
|
||||
|
||||
.content[role="main"] {
|
||||
/*
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
*/
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.content[role="main"] > div,
|
||||
|
@ -31,9 +28,9 @@ code, pre {
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
.site-footer {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
{% endblock %}
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<div class="site-footer">
|
||||
<div class="row">
|
||||
<div class="span6 muted">
|
||||
<a href="mailto:gered@blarg.ca"><img src="{{context}}/img/email.png" width="32" height="32" alt="Email" /></a>
|
||||
|
|
Reference in a new issue