mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
Add more reset styles
This commit is contained in:
parent
060fbaf6a4
commit
db6dda22af
@ -10,6 +10,7 @@ div.phpdebugbar {
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
div.phpdebugbar-drag-capture {
|
||||
@ -29,11 +30,22 @@ div.phpdebugbar-closed {
|
||||
}
|
||||
|
||||
div.phpdebugbar * {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
div.phpdebugbar ol, div.phpdebugbar ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.phpdebugbar table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
div.phpdebugbar code, div.phpdebugbar pre {
|
||||
background: none;
|
||||
font-family: monospace;
|
||||
|
Loading…
x
Reference in New Issue
Block a user