Commit 9a71c68f by Pavel Yushchenko

fixes

parent 94f76633
......@@ -134,7 +134,7 @@ header.global.slim {
}
img {
height: 30px;
height: 62px;
}
}
......
......@@ -21,7 +21,7 @@ header.global {
margin: -2px 39px 0px 0px;
position: relative;
a {
!.slim a {
display: block;
position: absolute;
}
......
......@@ -38,7 +38,7 @@
</div>
<div class="references">
<nav class="nav-social">
<nav class="nav-legal">
<ul>
<li class="nav-legal-01">
<a href="http://olimpiada.ru/">Olimpiada.ru</a>
......
......@@ -47,6 +47,7 @@ site_status_msg = get_site_status_msg(course_id)
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="${_('{settings.PLATFORM_NAME} home')}" />
</%block>
</a>
% if not course:
<span style="
display: inline-block;
/* margin-top: 20px; */
......@@ -58,6 +59,7 @@ site_status_msg = get_site_status_msg(course_id)
">Департамент образования города Москвы<br>
центр педагогического мастерства<br>
курсы повышения квалификации учителей</span>
% endif
</h1>
% if course:
......
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