Убрано отображение аватара для незарег. пользователя
Изменен фон на с меньшим весом
remotes/origin/PR-58
booblegum 9 years ago
parent fb0931cb22
commit d3a86fce34
  1. BIN
      assets/img/main_background.jpg
  2. 2
      templates/partials/header.html
  3. 2
      templates/partials/sass/home.sass

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

@ -35,6 +35,7 @@
</div> </div>
</li> </li>
{% endif %} {% endif %}
{% if request.user.is_authenticated %}
<li> <li>
<div class="imgProfile"> <div class="imgProfile">
<a href="{{ profile_url }}"> <a href="{{ profile_url }}">
@ -52,6 +53,7 @@
</a> </a>
</div> <!-- //imgProfile --> </div> <!-- //imgProfile -->
</li> </li>
{% endif %}
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}
<li> <li>
<div class="infoProfile disTab"> <div class="infoProfile disTab">

@ -3,7 +3,7 @@
.home .home
background: background:
image: url("#{$static}/img/main.png") image: url("#{$static}/img/main_background.jpg")
repeat: no-repeat repeat: no-repeat
position: center position: center
size: cover size: cover

Loading…
Cancel
Save