HTML rewriting for more consistent titles in leaderboard

pull/88/head
Your Name 2023-01-20 02:09:51 +00:00
parent e85cd9d80b
commit 9130fe0c41
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
{% block content %}
<h5 class="mt-2" style="font-weight:bold;">Admins</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Admins</span></h5>
<div class="overflow-x-auto mt-1">
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">

View File

@ -2,7 +2,7 @@
{% block pagetitle %}Banned Users{% endblock %}
{% block content %}
<h5 class="my-4">Banned Users</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Banned Users</span></h5>
<div class="overflow-x-auto"><table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>

View File

@ -1,7 +1,7 @@
{% extends "settings2.html" %}
{% block pagetitle %}Blocks{% endblock %}
{% block content %}
<h1> Blocks</h1>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Blocks</span></h5>
<div class="overflow-x-auto mt-3"><table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>

View File

@ -19,9 +19,9 @@
<div class="row justify-content-around">
<div class="col h-100">
<div class="d-md-flex justify-content-between mt-4 ml-1">
<div class="justify-content-between">
<div>
<h5>{% if sub %}<a href="/h/{{sub.name}}">/h/{{sub.name}}</a> {% endif %}Moderation Log</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3">{% if sub %}<a href="/h/{{sub.name}}">/h/{{sub.name}}</a> {% endif %}<span>Moderation Log</span></h5>
</div>
</div>