Rename a class because I wanted to.
This commit is contained in:
parent
4b554256d0
commit
54f08fedba
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue