1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

css: insensitive -> text-muted

This commit is contained in:
Andrew Dolgov
2019-03-08 10:11:57 +03:00
parent cf6f867feb
commit 19f162dbe3
13 changed files with 31 additions and 31 deletions

View File

@@ -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>";
}