summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.css')
-rw-r--r--prefs.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/prefs.css b/prefs.css
index 353fbe80b..dc527ca1e 100644
--- a/prefs.css
+++ b/prefs.css
@@ -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;
+}