summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.css')
-rw-r--r--prefs.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/prefs.css b/prefs.css
index 353fbe80b..254de4f34 100644
--- a/prefs.css
+++ b/prefs.css
@@ -125,4 +125,17 @@ ul.userFeedList {
padding : 0px;
}
+table.prefErrorLog tr.errrow td {
+ font-size : 10px;
+}
+
+table.prefErrorLog tr.errrow td.errno {
+ font-style : italic;
+ font-weight : bold;
+ white-space : nowrap;
+}
+
+table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
+ color : gray;
+}