Reformat html files

This commit is contained in:
cuom1999 2023-01-27 17:11:10 -06:00
parent 9a208ca108
commit 52f1e77fe1
205 changed files with 11096 additions and 11086 deletions

View file

@ -1,21 +1,21 @@
{% extends "user/base-users-two-col.html" %}
{% block users_media %}
<style>
#users-table td:nth-child(3), #users-table th:nth-child(3) {
text-align: left;
}
#users-table td:nth-child(2), #users-table th:nth-child(2) {
border-right: none;
}
.rank-td {
font-family: "Jersey M54";
font-size: large;
}
.user-points, .user-problem-count, .rating-td {
font-family: cursive;
}
</style>
<style>
#users-table td:nth-child(3), #users-table th:nth-child(3) {
text-align: left;
}
#users-table td:nth-child(2), #users-table th:nth-child(2) {
border-right: none;
}
.rank-td {
font-family: "Jersey M54";
font-size: large;
}
.user-points, .user-problem-count, .rating-td {
font-family: cursive;
}
</style>
{% endblock %}
{% block title_ruler %}{% endblock %}
@ -23,9 +23,9 @@
{% block title_row %}{% endblock %}
{% block left_sidebar %}
{% include "user/user-left-sidebar.html" %}
{% include "user/user-left-sidebar.html" %}
{% endblock %}
{% block users_table %}
{% include "user/users-table.html" %}
{% include "user/users-table.html" %}
{% endblock %}