Commit 23e51edf by Carsten Brandt

use a monospace font in error details on exception page

better readability
parent 4e7421d6
...@@ -89,6 +89,8 @@ html,body{ ...@@ -89,6 +89,8 @@ html,body{
.header pre{ .header pre{
margin: 10px 0; margin: 10px 0;
overflow-y: scroll; overflow-y: scroll;
font-family: Courier, monospace;
font-size: 14px;
} }
/* previous exceptions */ /* previous exceptions */
...@@ -134,6 +136,7 @@ html,body{ ...@@ -134,6 +136,7 @@ html,body{
color: #aaa; color: #aaa;
} }
.header .previous pre{ .header .previous pre{
font-family: Courier, monospace;
font-size: 14px; font-size: 14px;
margin: 10px 0; margin: 10px 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment