mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: align text on left
Closes: #368 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
034e47bc28
commit
28970ccc91
2 changed files with 2 additions and 7 deletions
|
@ -6,11 +6,11 @@
|
|||
<table class="no-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-right">{{ "Total" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Total" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ trusted_user_count }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-right">{{ "Active" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Active" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ active_trusted_user_count }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -278,11 +278,6 @@ pre.traceback {
|
|||
word-wrap: break-all;
|
||||
}
|
||||
|
||||
/* A text aligning alias. */
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* By default, tables use 100% width, which we do not always want. */
|
||||
table.no-width {
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue