Tweaked the exceptions layout CSS in order to display the error message even when wrapped around <pre> tags

This commit is contained in:
Rui Marinho 2012-04-06 00:14:08 +01:00
parent 13aa515d65
commit fad114b76a
2 changed files with 19 additions and 13 deletions

View File

@ -76,6 +76,7 @@ build: 56
padding: 5px 4px;
list-style-type: decimal;
margin-left: 20px;
white-space: break-word;
}
.sf-exceptionreset #logs .traces li.error {
font-style: normal;

View File

@ -129,3 +129,8 @@ img {
width: 970px;
margin: 0 auto;
}
pre {
white-space: normal;
font-family: Arial, Helvetica, sans-serif;
}