Commit 4d37a028 by Pavel Yushchenko

fixes footer style

parent 0085a2ca
......@@ -2,7 +2,7 @@
<%inherit file="../stripped-main.html" />
<%namespace name='static' file='../static_content.html'/>
<%! from django.core.urlresolvers import reverse %>
<%block name="title"><title>${_("edX edge")}</title></%block>
<%block name="title"><title>Департамент образования города Москвы - центр педагогического мастерства - курсы повышения квалификации учителей</title></%block>
<%block name="bodyclass">no-header edge-landing</%block>
<%block name="content">
......@@ -35,21 +35,21 @@ html, body {
}
.wrapper {
min-height: 100%;
margin-bottom: -50px;
margin-bottom: -100px;
}
.wrapper:after {
content: "";
display: block;
}
.footer-short, .wrapper:after {
height:50px;
height:100px;
}
.footer-short {
border-top: 1px solid #c4c5c7;
}
footer a {
color: #333;
footer .colophon .nav-colophon li a {
color: #333;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
......@@ -59,6 +59,11 @@ footer a:link, footer a:visited, footer a:hover, footer a:active {
font-family: "Open Sans",Verdana,Geneva,sans-serif;
}
footer a:hover {
border-bottom: 1px dotted #1d9dd9;
color: #1d9dd9;
}
footer .references .copyright {
margin: -2px 0 8px 0;
font-size: 0.6875em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment