fixes pre for var_dump with xdebug

This commit is contained in:
Florian Pfitzer 2012-08-17 18:39:39 +02:00
parent d3625b0c2b
commit 9c20634297
1 changed files with 5 additions and 0 deletions

View File

@ -134,3 +134,8 @@ pre {
white-space: normal;
font-family: Arial, Helvetica, sans-serif;
}
pre.xdebug-var-dump{
white-space: pre;
font-family: monospace;
}