clearer border for versions table

master
Aevann 2024-04-05 13:44:46 +02:00
parent 410cffd82f
commit e47f7b9217
2 changed files with 5 additions and 1 deletions

View File

@ -7810,3 +7810,7 @@ table.border-0 * {
.inline-modal-option.user-option span {
margin-left: 0 !important;
}
#versions td {
border-color: var(--black);
}

View File

@ -5,7 +5,7 @@
<h4 class="my-4 py-md-2 d-md-none">Versions of <a href="{{obj.permalink}}">/{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}</a></h4>
<div class="overflow-x-auto">
<table>
<table id="versions">
<thead>
<tr>
{% if obj.fullname.startswith('p_') %}