mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:45:56 +00:00
css: insensitive -> text-muted
This commit is contained in:
@@ -98,7 +98,7 @@ class Af_Psql_Trgm extends Plugin {
|
||||
|
||||
print "</div>";
|
||||
|
||||
print "<div style='text-align : right' class='insensitive'>" . smart_date_time(strtotime($line["updated"])) . "</div>";
|
||||
print "<div style='text-align : right' class='text-muted'>" . smart_date_time(strtotime($line["updated"])) . "</div>";
|
||||
|
||||
print "</li>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user