1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement error log viewer

This commit is contained in:
Andrew Dolgov
2013-04-16 20:16:15 +04:00
parent 889a5f9f19
commit 4e53956add
5 changed files with 58 additions and 4 deletions

View File

@@ -125,4 +125,11 @@ ul.userFeedList {
padding : 0px;
}
table.prefErrorLog tr.errrow td {
font-size : 10px;
}
table.prefErrorLog tr.errrow td.errno {
font-style : italic;
white-space : nowrap;
}