Rename a class because I wanted to.

This commit is contained in:
Retro_Guy 2024-10-29 16:00:54 -07:00
parent 4b554256d0
commit 54f08fedba
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@
font-size: 1.0em; font-size: 1.0em;
} }
.short_header_from_with_subject_local_poster { .short_header_from_local_poster {
font-style: italic; font-style: italic;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em; font-size: 1.0em;

View File

@ -587,7 +587,7 @@ function show_header_short($head, $group, $local_poster = false)
} }
if ($local_poster) { if ($local_poster) {
$displayname = '<span class="short_header_from_with_subject_local_poster">' . $displayname . '</span>'; $displayname = '<span class="short_header_from_local_poster">' . $displayname . '</span>';
} }
// Where to show From in short_headers // Where to show From in short_headers