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

prefs: show phpinfo on system tab

This commit is contained in:
Andrew Dolgov
2019-02-20 08:51:48 +03:00
parent 6e14e575b3
commit 205a75dfb9
8 changed files with 73 additions and 3 deletions

View File

@@ -113,5 +113,22 @@ body.ttrss_prefs {
max-width : 100%;
}
.phpinfo {
table {
border-collapse : collapse;
}
td.e, td.v {
border : 1px solid #ccc;
}
td.e {
font-weight : bold;
}
td.v {
font-family : monospace;
}
}
}