diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-02 12:00:21 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-02 12:00:21 +0100 |
commit | 3e51e5465c9db91494b972d28a96cdae428c12b7 (patch) | |
tree | f3bc79034c2c46a6e35c0f8199035229ca0c8f70 /templates/headers/_display_headers.html.ep | |
parent | 5cef90e0b8bcf543773e85715bc5405651b3accc (diff) |
right align number column in displayheaders
Diffstat (limited to 'templates/headers/_display_headers.html.ep')
-rw-r--r-- | templates/headers/_display_headers.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/headers/_display_headers.html.ep b/templates/headers/_display_headers.html.ep index ad60fc6..870589c 100644 --- a/templates/headers/_display_headers.html.ep +++ b/templates/headers/_display_headers.html.ep @@ -67,7 +67,7 @@ % my $msg = $msgs->[$msgnum - $pgn->{first_item}]; %= tag tr => (class => $msg->{unread} ? 'new-mail' : '') => (id => $msg->{message_handle}) => begin - <td class="hide-small"> + <td class="hide-small" style="text-align: right"> %= $msgnum + 1 </td> |