1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-20 16:21:26 +02:00

Merge pull request #160 from barryvdh/patch-14

Normalize pre/code style
This commit is contained in:
Maxime Bouroumeau-Fuseau
2014-09-16 16:21:48 +02:00

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;