Use a span instead of a div in the pretty logs

Fixes #6.
This commit is contained in:
Eelco Dolstra
2012-04-30 21:32:53 +02:00
parent eb51065a16
commit b52018e61a
3 changed files with 17 additions and 13 deletions

View File

@ -81,6 +81,11 @@ em.storeref:hover span.popup {
font-size: larger;
}
span.code {
white-space: pre-wrap;
font-family: monospace;
}
.errorLine {
color: #ff0000;
font-weight: bold;
@ -94,7 +99,3 @@ em.storeref:hover span.popup {
.prio3 {
font-style: italic;
}
.code {
white-space: pre-wrap;
}