add footer and links

master
fefa4ka 10 years ago
parent da5d40df8c
commit ac52bb1d63
  1. 13
      zsite/static/less/footer.less
  2. 4
      zsite/static/less/main.less
  3. 3
      zsite/templates/sub_section.html

@ -46,7 +46,18 @@ footer {
}
.menu {
.make-xs-column(5);
.make-xs-column(4);
@media (min-width: 0px) {
margin-left: 30px;
width: 150px;
}
@media (min-width: 530px) {
margin-left: initial;
}
h5 {
margin-top: 6px;

@ -35,6 +35,7 @@ a, a:hover, a:active, a:focus {
text-decoration: none;
line-height: 140%;
border-bottom: 1px solid;
outline: none;
}
a {
@ -49,6 +50,9 @@ a:hover {
border-color: lighten(@link-hover-color, 40%);
}
.no-border {
border: 0 !important;
}
h1 {
font-weight: 600;

@ -31,4 +31,7 @@
{% endblock content_safe %}
</div>
</div>
{% static_placeholder 'footer-sub-content' %}
{% endblock content %}

Loading…
Cancel
Save