prefs: show phpinfo on system tab
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user