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:
commit
0dcb72fe8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user