1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-19 15:51:24 +02:00

Normalize pre/code

Most useful for Bootstrap, which overrides the default pre/code globally.
This commit is contained in:
Barry vd. Heuvel
2014-09-15 13:56:08 +02:00
parent c8969fc264
commit a42478f94e

View File

@@ -22,6 +22,14 @@ div.phpdebugbar * {
box-sizing: content-box; box-sizing: content-box;
} }
div.phpdebugbar code, div.phpdebugbar pre {
background: none;
font-family: monospace;
font-size: 1em;
border: 0;
padding: 0;
}
a.phpdebugbar-restore-btn { a.phpdebugbar-restore-btn {
float: left; float: left;
padding: 5px 8px; padding: 5px 8px;