use a monospace font in error details on exception page

better readability
This commit is contained in:
Carsten Brandt
2014-12-13 16:27:48 +01:00
parent 4e7421d630
commit 23e51edfc6

View File

@ -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;
}