1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 11:17:52 +01: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
commit 0dcb72fe8f

View File

@ -22,6 +22,14 @@ div.phpdebugbar * {
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 {
float: left;
padding: 5px 8px;