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{
.header pre{
margin: 10px 0;
overflow-y: scroll;
font-family: Courier, monospace;
font-size: 14px;
}
/* previous exceptions */
......@@ -134,6 +136,7 @@ html,body{
color: #aaa;
}
.header .previous pre{
font-family: Courier, monospace;
font-size: 14px;
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