diff --git a/projects/static/css/project_filter.css b/projects/static/css/project_filter.css index 9ef61f9..58abe23 100644 --- a/projects/static/css/project_filter.css +++ b/projects/static/css/project_filter.css @@ -24,6 +24,7 @@ body { .header { + display: block; font-size: 12pt; color: black; } diff --git a/users/static/css/user_profile_edit.css b/users/static/css/user_profile_edit.css index 31f294b..28295e8 100644 --- a/users/static/css/user_profile_edit.css +++ b/users/static/css/user_profile_edit.css @@ -9,6 +9,7 @@ } .avatar { + background-color: #F1F1F1; width: 228px; height: 228px; padding: 10px; diff --git a/users/templates/user_profile_edit.html b/users/templates/user_profile_edit.html index 82d1fe5..c6cee9d 100644 --- a/users/templates/user_profile_edit.html +++ b/users/templates/user_profile_edit.html @@ -1,9 +1,11 @@ -{% extends 'partials/base.html' %} +{% extends 'partials/_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load sass_tags %} -{% block head_css %} +{#{% block old_css %}{% endblock %}#} +{% block personal_css %} + {# other #} @@ -11,308 +13,308 @@ {% endblock %} {% block content %} - {% include 'partials/header.html' %} -