Rochester Made

master
Nick Sergeant 2012-02-20 12:10:48 -05:00
parent 17656e464b
commit cd9be7c447
3 changed files with 12 additions and 0 deletions

View File

@ -407,6 +407,10 @@ section.main {
}
}
}
div.rochester-made {
margin: 100px 0 80px 0;
text-align: center;
}
}
section.main-edit {
div.inner {
@ -890,6 +894,9 @@ body.detail {
}
}
}
div.rochester-made {
width: 840px;
}
}
body.static {
.static-box {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -101,6 +101,11 @@
<section class="main group" id="main">
<div class="inner">
{% block content %}{% endblock %}
<div class="rochester-made">
<a href="http://rochestermade.com/" title="Rochester Made">
<img src="{{ STATIC_URL }}images/rochester-made.png" alt="" />
</a>
</div>
</div>
{% block aside %}
<aside class="main">