mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
use a monospace font in error details on exception page
better readability
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user